{
    "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 Fabric",
        "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": "capability"
        },
        {
            "name": "console"
        },
        {
            "name": "equipment"
        },
        {
            "name": "ether"
        },
        {
            "name": "fabric"
        },
        {
            "name": "fc"
        },
        {
            "name": "network"
        },
        {
            "name": "port"
        }
    ],
    "paths": {
        "/api/v1/capability/ActionsMetaData": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ActionsMetaData' resource.",
                "operationId": "GetCapabilityActionsMetaDataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ActionsMetaData",
                            "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 'capability.ActionsMetaData' 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/capability.ActionsMetaData.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/capability/ActionsMetaData/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ActionsMetaData' resource.",
                "operationId": "GetCapabilityActionsMetaDataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ActionsMetaData",
                            "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 'capability.ActionsMetaData' 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/capability.ActionsMetaData"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityActionsMetaDataByMoid": {
                                "operationId": "GetCapabilityActionsMetaDataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ActionsMetaData/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/AdapterDeprecatedDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterDeprecatedDef' resource.",
                "operationId": "GetCapabilityAdapterDeprecatedDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.AdapterDeprecatedDef",
                            "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 'capability.AdapterDeprecatedDef' 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/capability.AdapterDeprecatedDef.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/capability/AdapterDeprecatedDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterDeprecatedDef' resource.",
                "operationId": "GetCapabilityAdapterDeprecatedDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.AdapterDeprecatedDef",
                            "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 'capability.AdapterDeprecatedDef' 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/capability.AdapterDeprecatedDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityAdapterDeprecatedDefByMoid": {
                                "operationId": "GetCapabilityAdapterDeprecatedDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/AdapterDeprecatedDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/AdapterFirmwareRequirements": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterFirmwareRequirement' resource.",
                "operationId": "GetCapabilityAdapterFirmwareRequirementList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.AdapterFirmwareRequirement",
                            "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 'capability.AdapterFirmwareRequirement' 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/capability.AdapterFirmwareRequirement.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/capability/AdapterFirmwareRequirements/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterFirmwareRequirement' resource.",
                "operationId": "GetCapabilityAdapterFirmwareRequirementByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.AdapterFirmwareRequirement",
                            "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 'capability.AdapterFirmwareRequirement' 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/capability.AdapterFirmwareRequirement"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityAdapterFirmwareRequirementByMoid": {
                                "operationId": "GetCapabilityAdapterFirmwareRequirementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/AdapterFirmwareRequirements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/AdapterUnitDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterUnitDescriptor' resource.",
                "operationId": "GetCapabilityAdapterUnitDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "READ.capability.AdapterUnitDescriptor",
                            "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 'capability.AdapterUnitDescriptor' 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/capability.AdapterUnitDescriptor.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/capability/AdapterUnitDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterUnitDescriptor' resource.",
                "operationId": "GetCapabilityAdapterUnitDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "READ.capability.AdapterUnitDescriptor",
                            "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 'capability.AdapterUnitDescriptor' 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/capability.AdapterUnitDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityAdapterUnitDescriptorByMoid": {
                                "operationId": "GetCapabilityAdapterUnitDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/AdapterUnitDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/AdapterUpdateConstraintMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterUpdateConstraintMeta' resource.",
                "operationId": "GetCapabilityAdapterUpdateConstraintMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.AdapterUpdateConstraintMeta",
                            "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 'capability.AdapterUpdateConstraintMeta' 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/capability.AdapterUpdateConstraintMeta.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/capability/AdapterUpdateConstraintMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterUpdateConstraintMeta' resource.",
                "operationId": "GetCapabilityAdapterUpdateConstraintMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.AdapterUpdateConstraintMeta",
                            "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 'capability.AdapterUpdateConstraintMeta' 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/capability.AdapterUpdateConstraintMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityAdapterUpdateConstraintMetaByMoid": {
                                "operationId": "GetCapabilityAdapterUpdateConstraintMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/AdapterUpdateConstraintMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/AdapterUpgradeSupportMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilityAdapterUpgradeSupportMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.AdapterUpgradeSupportMeta",
                            "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 'capability.AdapterUpgradeSupportMeta' 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/capability.AdapterUpgradeSupportMeta.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/capability/AdapterUpgradeSupportMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.AdapterUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilityAdapterUpgradeSupportMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.AdapterUpgradeSupportMeta",
                            "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 'capability.AdapterUpgradeSupportMeta' 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/capability.AdapterUpgradeSupportMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityAdapterUpgradeSupportMetaByMoid": {
                                "operationId": "GetCapabilityAdapterUpgradeSupportMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/AdapterUpgradeSupportMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/BiosTokens": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.BiosTokens' resource.",
                "operationId": "GetCapabilityBiosTokensList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Server Profiles",
                            "READ.capability.BiosTokens",
                            "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 'capability.BiosTokens' 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/capability.BiosTokens.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/capability/BiosTokens/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.BiosTokens' resource.",
                "operationId": "GetCapabilityBiosTokensByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Server Profiles",
                            "READ.capability.BiosTokens",
                            "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 'capability.BiosTokens' 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/capability.BiosTokens"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityBiosTokensByMoid": {
                                "operationId": "GetCapabilityBiosTokensByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/BiosTokens/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/Catalogs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.Catalog' resource.",
                "operationId": "GetCapabilityCatalogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.Catalog",
                            "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 'capability.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/capability.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/capability/Catalogs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.Catalog' resource.",
                "operationId": "GetCapabilityCatalogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.Catalog",
                            "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 'capability.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/capability.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": {
                            "GetCapabilityCatalogByMoid": {
                                "operationId": "GetCapabilityCatalogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/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/capability/ChassisDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ChassisDescriptor' resource.",
                "operationId": "GetCapabilityChassisDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.ChassisDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.ChassisDescriptor' 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/capability.ChassisDescriptor.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/capability/ChassisDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ChassisDescriptor' resource.",
                "operationId": "GetCapabilityChassisDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.ChassisDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.ChassisDescriptor' 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/capability.ChassisDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityChassisDescriptorByMoid": {
                                "operationId": "GetCapabilityChassisDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ChassisDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ChassisManufacturingDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ChassisManufacturingDef' resource.",
                "operationId": "GetCapabilityChassisManufacturingDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ChassisManufacturingDef",
                            "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 'capability.ChassisManufacturingDef' 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/capability.ChassisManufacturingDef.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/capability/ChassisManufacturingDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ChassisManufacturingDef' resource.",
                "operationId": "GetCapabilityChassisManufacturingDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ChassisManufacturingDef",
                            "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 'capability.ChassisManufacturingDef' 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/capability.ChassisManufacturingDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityChassisManufacturingDefByMoid": {
                                "operationId": "GetCapabilityChassisManufacturingDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ChassisManufacturingDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ChassisUpgradeSupportMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ChassisUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilityChassisUpgradeSupportMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ChassisUpgradeSupportMeta",
                            "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 'capability.ChassisUpgradeSupportMeta' 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/capability.ChassisUpgradeSupportMeta.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/capability/ChassisUpgradeSupportMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ChassisUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilityChassisUpgradeSupportMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ChassisUpgradeSupportMeta",
                            "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 'capability.ChassisUpgradeSupportMeta' 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/capability.ChassisUpgradeSupportMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityChassisUpgradeSupportMetaByMoid": {
                                "operationId": "GetCapabilityChassisUpgradeSupportMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ChassisUpgradeSupportMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/CimcFirmwareDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.CimcFirmwareDescriptor' resource.",
                "operationId": "GetCapabilityCimcFirmwareDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.CimcFirmwareDescriptor",
                            "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 'capability.CimcFirmwareDescriptor' 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/capability.CimcFirmwareDescriptor.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/capability/CimcFirmwareDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.CimcFirmwareDescriptor' resource.",
                "operationId": "GetCapabilityCimcFirmwareDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.CimcFirmwareDescriptor",
                            "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 'capability.CimcFirmwareDescriptor' 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/capability.CimcFirmwareDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityCimcFirmwareDescriptorByMoid": {
                                "operationId": "GetCapabilityCimcFirmwareDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/CimcFirmwareDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/CpuEndpointDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.CpuEndpointDescriptor' resource.",
                "operationId": "GetCapabilityCpuEndpointDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.CpuEndpointDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.CpuEndpointDescriptor' 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/capability.CpuEndpointDescriptor.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/capability/CpuEndpointDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.CpuEndpointDescriptor' resource.",
                "operationId": "GetCapabilityCpuEndpointDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.CpuEndpointDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.CpuEndpointDescriptor' 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/capability.CpuEndpointDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityCpuEndpointDescriptorByMoid": {
                                "operationId": "GetCapabilityCpuEndpointDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/CpuEndpointDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/DimmsEndpointDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.DimmsEndpointDescriptor' resource.",
                "operationId": "GetCapabilityDimmsEndpointDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.capability.DimmsEndpointDescriptor",
                            "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 'capability.DimmsEndpointDescriptor' 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/capability.DimmsEndpointDescriptor.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/capability/DimmsEndpointDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.DimmsEndpointDescriptor' resource.",
                "operationId": "GetCapabilityDimmsEndpointDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.capability.DimmsEndpointDescriptor",
                            "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 'capability.DimmsEndpointDescriptor' 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/capability.DimmsEndpointDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityDimmsEndpointDescriptorByMoid": {
                                "operationId": "GetCapabilityDimmsEndpointDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/DimmsEndpointDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/DomainPolicyRequirements": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.DomainPolicyRequirement' resource.",
                "operationId": "GetCapabilityDomainPolicyRequirementList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.capability.DomainPolicyRequirement",
                            "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 'capability.DomainPolicyRequirement' 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/capability.DomainPolicyRequirement.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/capability/DomainPolicyRequirements/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.DomainPolicyRequirement' resource.",
                "operationId": "GetCapabilityDomainPolicyRequirementByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.capability.DomainPolicyRequirement",
                            "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 'capability.DomainPolicyRequirement' 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/capability.DomainPolicyRequirement"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityDomainPolicyRequirementByMoid": {
                                "operationId": "GetCapabilityDomainPolicyRequirementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/DomainPolicyRequirements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/DrivesEndpointDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.DrivesEndpointDescriptor' resource.",
                "operationId": "GetCapabilityDrivesEndpointDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.capability.DrivesEndpointDescriptor",
                            "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 'capability.DrivesEndpointDescriptor' 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/capability.DrivesEndpointDescriptor.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/capability/DrivesEndpointDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.DrivesEndpointDescriptor' resource.",
                "operationId": "GetCapabilityDrivesEndpointDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.capability.DrivesEndpointDescriptor",
                            "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 'capability.DrivesEndpointDescriptor' 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/capability.DrivesEndpointDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityDrivesEndpointDescriptorByMoid": {
                                "operationId": "GetCapabilityDrivesEndpointDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/DrivesEndpointDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/EquipmentPhysicalDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.EquipmentPhysicalDef' resource.",
                "operationId": "GetCapabilityEquipmentPhysicalDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.EquipmentPhysicalDef",
                            "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 'capability.EquipmentPhysicalDef' 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/capability.EquipmentPhysicalDef.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/capability/EquipmentPhysicalDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.EquipmentPhysicalDef' resource.",
                "operationId": "GetCapabilityEquipmentPhysicalDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.EquipmentPhysicalDef",
                            "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 'capability.EquipmentPhysicalDef' 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/capability.EquipmentPhysicalDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityEquipmentPhysicalDefByMoid": {
                                "operationId": "GetCapabilityEquipmentPhysicalDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/EquipmentPhysicalDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/EquipmentSlotArrays": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.EquipmentSlotArray' resource.",
                "operationId": "GetCapabilityEquipmentSlotArrayList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.EquipmentSlotArray",
                            "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 'capability.EquipmentSlotArray' 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/capability.EquipmentSlotArray.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/capability/EquipmentSlotArrays/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.EquipmentSlotArray' resource.",
                "operationId": "GetCapabilityEquipmentSlotArrayByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.EquipmentSlotArray",
                            "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 'capability.EquipmentSlotArray' 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/capability.EquipmentSlotArray"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityEquipmentSlotArrayByMoid": {
                                "operationId": "GetCapabilityEquipmentSlotArrayByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/EquipmentSlotArrays/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/FanModuleDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FanModuleDescriptor' resource.",
                "operationId": "GetCapabilityFanModuleDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.FanModuleDescriptor",
                            "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 'capability.FanModuleDescriptor' 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/capability.FanModuleDescriptor.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/capability/FanModuleDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FanModuleDescriptor' resource.",
                "operationId": "GetCapabilityFanModuleDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.FanModuleDescriptor",
                            "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 'capability.FanModuleDescriptor' 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/capability.FanModuleDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityFanModuleDescriptorByMoid": {
                                "operationId": "GetCapabilityFanModuleDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/FanModuleDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/FanModuleManufacturingDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FanModuleManufacturingDef' resource.",
                "operationId": "GetCapabilityFanModuleManufacturingDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.FanModuleManufacturingDef",
                            "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 'capability.FanModuleManufacturingDef' 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/capability.FanModuleManufacturingDef.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/capability/FanModuleManufacturingDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FanModuleManufacturingDef' resource.",
                "operationId": "GetCapabilityFanModuleManufacturingDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.FanModuleManufacturingDef",
                            "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 'capability.FanModuleManufacturingDef' 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/capability.FanModuleManufacturingDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityFanModuleManufacturingDefByMoid": {
                                "operationId": "GetCapabilityFanModuleManufacturingDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/FanModuleManufacturingDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/FexCapabilityDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FexCapabilityDef' resource.",
                "operationId": "GetCapabilityFexCapabilityDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.FexCapabilityDef",
                            "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 'capability.FexCapabilityDef' 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/capability.FexCapabilityDef.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/capability/FexCapabilityDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FexCapabilityDef' resource.",
                "operationId": "GetCapabilityFexCapabilityDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.FexCapabilityDef",
                            "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 'capability.FexCapabilityDef' 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/capability.FexCapabilityDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityFexCapabilityDefByMoid": {
                                "operationId": "GetCapabilityFexCapabilityDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/FexCapabilityDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/FexDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FexDescriptor' resource.",
                "operationId": "GetCapabilityFexDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.FexDescriptor",
                            "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 'capability.FexDescriptor' 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/capability.FexDescriptor.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/capability/FexDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FexDescriptor' resource.",
                "operationId": "GetCapabilityFexDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.FexDescriptor",
                            "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 'capability.FexDescriptor' 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/capability.FexDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityFexDescriptorByMoid": {
                                "operationId": "GetCapabilityFexDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/FexDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/FexManufacturingDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FexManufacturingDef' resource.",
                "operationId": "GetCapabilityFexManufacturingDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.FexManufacturingDef",
                            "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 'capability.FexManufacturingDef' 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/capability.FexManufacturingDef.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/capability/FexManufacturingDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FexManufacturingDef' resource.",
                "operationId": "GetCapabilityFexManufacturingDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.FexManufacturingDef",
                            "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 'capability.FexManufacturingDef' 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/capability.FexManufacturingDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityFexManufacturingDefByMoid": {
                                "operationId": "GetCapabilityFexManufacturingDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/FexManufacturingDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/FexSupportMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FexSupportMeta' resource.",
                "operationId": "GetCapabilityFexSupportMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.FexSupportMeta",
                            "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 'capability.FexSupportMeta' 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/capability.FexSupportMeta.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/capability/FexSupportMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.FexSupportMeta' resource.",
                "operationId": "GetCapabilityFexSupportMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.FexSupportMeta",
                            "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 'capability.FexSupportMeta' 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/capability.FexSupportMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityFexSupportMetaByMoid": {
                                "operationId": "GetCapabilityFexSupportMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/FexSupportMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/GpuEndpointDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.GpuEndpointDescriptor' resource.",
                "operationId": "GetCapabilityGpuEndpointDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.GpuEndpointDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.GpuEndpointDescriptor' 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/capability.GpuEndpointDescriptor.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/capability/GpuEndpointDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.GpuEndpointDescriptor' resource.",
                "operationId": "GetCapabilityGpuEndpointDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.GpuEndpointDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.GpuEndpointDescriptor' 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/capability.GpuEndpointDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityGpuEndpointDescriptorByMoid": {
                                "operationId": "GetCapabilityGpuEndpointDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/GpuEndpointDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/HsuIsoFileSupportMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.HsuIsoFileSupportMeta' resource.",
                "operationId": "GetCapabilityHsuIsoFileSupportMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.HsuIsoFileSupportMeta",
                            "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 'capability.HsuIsoFileSupportMeta' 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/capability.HsuIsoFileSupportMeta.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/capability/HsuIsoFileSupportMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.HsuIsoFileSupportMeta' resource.",
                "operationId": "GetCapabilityHsuIsoFileSupportMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.HsuIsoFileSupportMeta",
                            "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 'capability.HsuIsoFileSupportMeta' 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/capability.HsuIsoFileSupportMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityHsuIsoFileSupportMetaByMoid": {
                                "operationId": "GetCapabilityHsuIsoFileSupportMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/HsuIsoFileSupportMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/IoCardCapabilityDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.IoCardCapabilityDef' resource.",
                "operationId": "GetCapabilityIoCardCapabilityDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.IoCardCapabilityDef",
                            "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 'capability.IoCardCapabilityDef' 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/capability.IoCardCapabilityDef.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/capability/IoCardCapabilityDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.IoCardCapabilityDef' resource.",
                "operationId": "GetCapabilityIoCardCapabilityDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.IoCardCapabilityDef",
                            "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 'capability.IoCardCapabilityDef' 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/capability.IoCardCapabilityDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityIoCardCapabilityDefByMoid": {
                                "operationId": "GetCapabilityIoCardCapabilityDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/IoCardCapabilityDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/IoCardDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.IoCardDescriptor' resource.",
                "operationId": "GetCapabilityIoCardDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.IoCardDescriptor",
                            "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 'capability.IoCardDescriptor' 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/capability.IoCardDescriptor.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/capability/IoCardDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.IoCardDescriptor' resource.",
                "operationId": "GetCapabilityIoCardDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.IoCardDescriptor",
                            "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 'capability.IoCardDescriptor' 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/capability.IoCardDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityIoCardDescriptorByMoid": {
                                "operationId": "GetCapabilityIoCardDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/IoCardDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/IoCardManufacturingDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.IoCardManufacturingDef' resource.",
                "operationId": "GetCapabilityIoCardManufacturingDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.IoCardManufacturingDef",
                            "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 'capability.IoCardManufacturingDef' 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/capability.IoCardManufacturingDef.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/capability/IoCardManufacturingDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.IoCardManufacturingDef' resource.",
                "operationId": "GetCapabilityIoCardManufacturingDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.IoCardManufacturingDef",
                            "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 'capability.IoCardManufacturingDef' 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/capability.IoCardManufacturingDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityIoCardManufacturingDefByMoid": {
                                "operationId": "GetCapabilityIoCardManufacturingDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/IoCardManufacturingDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/IomUpgradeSupportMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.IomUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilityIomUpgradeSupportMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.IomUpgradeSupportMeta",
                            "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 'capability.IomUpgradeSupportMeta' 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/capability.IomUpgradeSupportMeta.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/capability/IomUpgradeSupportMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.IomUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilityIomUpgradeSupportMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.IomUpgradeSupportMeta",
                            "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 'capability.IomUpgradeSupportMeta' 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/capability.IomUpgradeSupportMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityIomUpgradeSupportMetaByMoid": {
                                "operationId": "GetCapabilityIomUpgradeSupportMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/IomUpgradeSupportMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/NetworkEquipmentPowerDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'capability.NetworkEquipmentPowerDef' resource.",
                "operationId": "GetCapabilityNetworkEquipmentPowerDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.capability.NetworkEquipmentPowerDef",
                            "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 'capability.NetworkEquipmentPowerDef' 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/capability.NetworkEquipmentPowerDef.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/capability/NetworkEquipmentPowerDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "x-intersight-type": "SaaS",
                "summary": "Read a 'capability.NetworkEquipmentPowerDef' resource.",
                "operationId": "GetCapabilityNetworkEquipmentPowerDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "READ.capability.NetworkEquipmentPowerDef",
                            "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 'capability.NetworkEquipmentPowerDef' 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/capability.NetworkEquipmentPowerDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityNetworkEquipmentPowerDefByMoid": {
                                "operationId": "GetCapabilityNetworkEquipmentPowerDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/NetworkEquipmentPowerDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/PolicyConstants": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.PolicyConstants' resource.",
                "operationId": "GetCapabilityPolicyConstantsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Boot Order policies",
                            "PRIVSET.View Server Profiles",
                            "READ.capability.PolicyConstants",
                            "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 'capability.PolicyConstants' 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/capability.PolicyConstants.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/capability/PolicyConstants/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.PolicyConstants' resource.",
                "operationId": "GetCapabilityPolicyConstantsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Boot Order policies",
                            "PRIVSET.View Server Profiles",
                            "READ.capability.PolicyConstants",
                            "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 'capability.PolicyConstants' 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/capability.PolicyConstants"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityPolicyConstantsByMoid": {
                                "operationId": "GetCapabilityPolicyConstantsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/PolicyConstants/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/PortGroupAggregationDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.PortGroupAggregationDef' resource.",
                "operationId": "GetCapabilityPortGroupAggregationDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "READ.capability.PortGroupAggregationDef",
                            "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 'capability.PortGroupAggregationDef' 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/capability.PortGroupAggregationDef.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/capability/PortGroupAggregationDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.PortGroupAggregationDef' resource.",
                "operationId": "GetCapabilityPortGroupAggregationDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "READ.capability.PortGroupAggregationDef",
                            "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 'capability.PortGroupAggregationDef' 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/capability.PortGroupAggregationDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityPortGroupAggregationDefByMoid": {
                                "operationId": "GetCapabilityPortGroupAggregationDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/PortGroupAggregationDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ProcessorUnitUpdateConstraintMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ProcessorUnitUpdateConstraintMeta' resource.",
                "operationId": "GetCapabilityProcessorUnitUpdateConstraintMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ProcessorUnitUpdateConstraintMeta",
                            "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 'capability.ProcessorUnitUpdateConstraintMeta' 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/capability.ProcessorUnitUpdateConstraintMeta.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/capability/ProcessorUnitUpdateConstraintMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ProcessorUnitUpdateConstraintMeta' resource.",
                "operationId": "GetCapabilityProcessorUnitUpdateConstraintMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ProcessorUnitUpdateConstraintMeta",
                            "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 'capability.ProcessorUnitUpdateConstraintMeta' 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/capability.ProcessorUnitUpdateConstraintMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityProcessorUnitUpdateConstraintMetaByMoid": {
                                "operationId": "GetCapabilityProcessorUnitUpdateConstraintMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ProcessorUnitUpdateConstraintMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/PsuDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.PsuDescriptor' resource.",
                "operationId": "GetCapabilityPsuDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.PsuDescriptor",
                            "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 'capability.PsuDescriptor' 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/capability.PsuDescriptor.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/capability/PsuDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.PsuDescriptor' resource.",
                "operationId": "GetCapabilityPsuDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.PsuDescriptor",
                            "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 'capability.PsuDescriptor' 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/capability.PsuDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityPsuDescriptorByMoid": {
                                "operationId": "GetCapabilityPsuDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/PsuDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/PsuManufacturingDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.PsuManufacturingDef' resource.",
                "operationId": "GetCapabilityPsuManufacturingDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.PsuManufacturingDef",
                            "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 'capability.PsuManufacturingDef' 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/capability.PsuManufacturingDef.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/capability/PsuManufacturingDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.PsuManufacturingDef' resource.",
                "operationId": "GetCapabilityPsuManufacturingDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.PsuManufacturingDef",
                            "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 'capability.PsuManufacturingDef' 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/capability.PsuManufacturingDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityPsuManufacturingDefByMoid": {
                                "operationId": "GetCapabilityPsuManufacturingDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/PsuManufacturingDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ServerActionsMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerActionsMeta' resource.",
                "operationId": "GetCapabilityServerActionsMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerActionsMeta",
                            "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 'capability.ServerActionsMeta' 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/capability.ServerActionsMeta.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/capability/ServerActionsMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerActionsMeta' resource.",
                "operationId": "GetCapabilityServerActionsMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerActionsMeta",
                            "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 'capability.ServerActionsMeta' 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/capability.ServerActionsMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityServerActionsMetaByMoid": {
                                "operationId": "GetCapabilityServerActionsMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ServerActionsMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ServerDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerDescriptor' resource.",
                "operationId": "GetCapabilityServerDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.ServerDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.ServerDescriptor' 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/capability.ServerDescriptor.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/capability/ServerDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerDescriptor' resource.",
                "operationId": "GetCapabilityServerDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.ServerDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.ServerDescriptor' 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/capability.ServerDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityServerDescriptorByMoid": {
                                "operationId": "GetCapabilityServerDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ServerDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ServerModelsCapabilityDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerModelsCapabilityDef' resource.",
                "operationId": "GetCapabilityServerModelsCapabilityDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerModelsCapabilityDef",
                            "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 'capability.ServerModelsCapabilityDef' 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/capability.ServerModelsCapabilityDef.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/capability/ServerModelsCapabilityDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerModelsCapabilityDef' resource.",
                "operationId": "GetCapabilityServerModelsCapabilityDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerModelsCapabilityDef",
                            "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 'capability.ServerModelsCapabilityDef' 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/capability.ServerModelsCapabilityDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityServerModelsCapabilityDefByMoid": {
                                "operationId": "GetCapabilityServerModelsCapabilityDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ServerModelsCapabilityDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ServerPcieConnectivityCatalogs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerPcieConnectivityCatalog' resource.",
                "operationId": "GetCapabilityServerPcieConnectivityCatalogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerPcieConnectivityCatalog",
                            "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 'capability.ServerPcieConnectivityCatalog' 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/capability.ServerPcieConnectivityCatalog.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/capability/ServerPcieConnectivityCatalogs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerPcieConnectivityCatalog' resource.",
                "operationId": "GetCapabilityServerPcieConnectivityCatalogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerPcieConnectivityCatalog",
                            "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 'capability.ServerPcieConnectivityCatalog' 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/capability.ServerPcieConnectivityCatalog"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityServerPcieConnectivityCatalogByMoid": {
                                "operationId": "GetCapabilityServerPcieConnectivityCatalogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ServerPcieConnectivityCatalogs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ServerSchemaDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerSchemaDescriptor' resource.",
                "operationId": "GetCapabilityServerSchemaDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerSchemaDescriptor",
                            "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 'capability.ServerSchemaDescriptor' 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/capability.ServerSchemaDescriptor.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/capability/ServerSchemaDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerSchemaDescriptor' resource.",
                "operationId": "GetCapabilityServerSchemaDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerSchemaDescriptor",
                            "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 'capability.ServerSchemaDescriptor' 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/capability.ServerSchemaDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityServerSchemaDescriptorByMoid": {
                                "operationId": "GetCapabilityServerSchemaDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ServerSchemaDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ServerTopologyMaps": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerTopologyMap' resource.",
                "operationId": "GetCapabilityServerTopologyMapList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerTopologyMap",
                            "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 'capability.ServerTopologyMap' 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/capability.ServerTopologyMap.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/capability/ServerTopologyMaps/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerTopologyMap' resource.",
                "operationId": "GetCapabilityServerTopologyMapByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerTopologyMap",
                            "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 'capability.ServerTopologyMap' 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/capability.ServerTopologyMap"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityServerTopologyMapByMoid": {
                                "operationId": "GetCapabilityServerTopologyMapByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ServerTopologyMaps/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/ServerUpgradeSupportMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilityServerUpgradeSupportMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerUpgradeSupportMeta",
                            "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 'capability.ServerUpgradeSupportMeta' 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/capability.ServerUpgradeSupportMeta.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/capability/ServerUpgradeSupportMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.ServerUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilityServerUpgradeSupportMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.ServerUpgradeSupportMeta",
                            "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 'capability.ServerUpgradeSupportMeta' 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/capability.ServerUpgradeSupportMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityServerUpgradeSupportMetaByMoid": {
                                "operationId": "GetCapabilityServerUpgradeSupportMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/ServerUpgradeSupportMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/SiocModuleCapabilityDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SiocModuleCapabilityDef' resource.",
                "operationId": "GetCapabilitySiocModuleCapabilityDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SiocModuleCapabilityDef",
                            "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 'capability.SiocModuleCapabilityDef' 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/capability.SiocModuleCapabilityDef.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/capability/SiocModuleCapabilityDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SiocModuleCapabilityDef' resource.",
                "operationId": "GetCapabilitySiocModuleCapabilityDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SiocModuleCapabilityDef",
                            "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 'capability.SiocModuleCapabilityDef' 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/capability.SiocModuleCapabilityDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilitySiocModuleCapabilityDefByMoid": {
                                "operationId": "GetCapabilitySiocModuleCapabilityDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/SiocModuleCapabilityDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/SiocModuleDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SiocModuleDescriptor' resource.",
                "operationId": "GetCapabilitySiocModuleDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SiocModuleDescriptor",
                            "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 'capability.SiocModuleDescriptor' 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/capability.SiocModuleDescriptor.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/capability/SiocModuleDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SiocModuleDescriptor' resource.",
                "operationId": "GetCapabilitySiocModuleDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SiocModuleDescriptor",
                            "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 'capability.SiocModuleDescriptor' 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/capability.SiocModuleDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilitySiocModuleDescriptorByMoid": {
                                "operationId": "GetCapabilitySiocModuleDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/SiocModuleDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/SiocModuleManufacturingDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SiocModuleManufacturingDef' resource.",
                "operationId": "GetCapabilitySiocModuleManufacturingDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SiocModuleManufacturingDef",
                            "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 'capability.SiocModuleManufacturingDef' 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/capability.SiocModuleManufacturingDef.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/capability/SiocModuleManufacturingDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SiocModuleManufacturingDef' resource.",
                "operationId": "GetCapabilitySiocModuleManufacturingDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SiocModuleManufacturingDef",
                            "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 'capability.SiocModuleManufacturingDef' 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/capability.SiocModuleManufacturingDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilitySiocModuleManufacturingDefByMoid": {
                                "operationId": "GetCapabilitySiocModuleManufacturingDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/SiocModuleManufacturingDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/StandardRedfishSupportMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.StandardRedfishSupportMeta' resource.",
                "operationId": "GetCapabilityStandardRedfishSupportMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.StandardRedfishSupportMeta",
                            "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 'capability.StandardRedfishSupportMeta' 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/capability.StandardRedfishSupportMeta.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/capability/StandardRedfishSupportMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.StandardRedfishSupportMeta' resource.",
                "operationId": "GetCapabilityStandardRedfishSupportMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.StandardRedfishSupportMeta",
                            "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 'capability.StandardRedfishSupportMeta' 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/capability.StandardRedfishSupportMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityStandardRedfishSupportMetaByMoid": {
                                "operationId": "GetCapabilityStandardRedfishSupportMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/StandardRedfishSupportMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/StorageControllerUpdateConstraintMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.StorageControllerUpdateConstraintMeta' resource.",
                "operationId": "GetCapabilityStorageControllerUpdateConstraintMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.StorageControllerUpdateConstraintMeta",
                            "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 'capability.StorageControllerUpdateConstraintMeta' 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/capability.StorageControllerUpdateConstraintMeta.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/capability/StorageControllerUpdateConstraintMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.StorageControllerUpdateConstraintMeta' resource.",
                "operationId": "GetCapabilityStorageControllerUpdateConstraintMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.StorageControllerUpdateConstraintMeta",
                            "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 'capability.StorageControllerUpdateConstraintMeta' 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/capability.StorageControllerUpdateConstraintMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityStorageControllerUpdateConstraintMetaByMoid": {
                                "operationId": "GetCapabilityStorageControllerUpdateConstraintMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/StorageControllerUpdateConstraintMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/StorageControllersMetaData": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.StorageControllersMetaData' resource.",
                "operationId": "GetCapabilityStorageControllersMetaDataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.capability.StorageControllersMetaData",
                            "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 'capability.StorageControllersMetaData' 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/capability.StorageControllersMetaData.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/capability/StorageControllersMetaData/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.StorageControllersMetaData' resource.",
                "operationId": "GetCapabilityStorageControllersMetaDataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.capability.StorageControllersMetaData",
                            "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 'capability.StorageControllersMetaData' 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/capability.StorageControllersMetaData"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityStorageControllersMetaDataByMoid": {
                                "operationId": "GetCapabilityStorageControllersMetaDataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/StorageControllersMetaData/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/SwitchCapabilities": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchCapability' resource.",
                "operationId": "GetCapabilitySwitchCapabilityList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.SwitchCapability",
                            "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 'capability.SwitchCapability' 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/capability.SwitchCapability.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/capability/SwitchCapabilities/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchCapability' resource.",
                "operationId": "GetCapabilitySwitchCapabilityByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.SwitchCapability",
                            "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 'capability.SwitchCapability' 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/capability.SwitchCapability"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilitySwitchCapabilityByMoid": {
                                "operationId": "GetCapabilitySwitchCapabilityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/SwitchCapabilities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/SwitchDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchDescriptor' resource.",
                "operationId": "GetCapabilitySwitchDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.SwitchDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.SwitchDescriptor' 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/capability.SwitchDescriptor.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/capability/SwitchDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchDescriptor' resource.",
                "operationId": "GetCapabilitySwitchDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.UCS Domain Administrator",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.capability.SwitchDescriptor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.UCS Domain 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 'capability.SwitchDescriptor' 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/capability.SwitchDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilitySwitchDescriptorByMoid": {
                                "operationId": "GetCapabilitySwitchDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/SwitchDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/SwitchEquipmentInfos": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchEquipmentInfo' resource.",
                "operationId": "GetCapabilitySwitchEquipmentInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SwitchEquipmentInfo",
                            "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 'capability.SwitchEquipmentInfo' 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/capability.SwitchEquipmentInfo.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/capability/SwitchEquipmentInfos/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchEquipmentInfo' resource.",
                "operationId": "GetCapabilitySwitchEquipmentInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SwitchEquipmentInfo",
                            "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 'capability.SwitchEquipmentInfo' 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/capability.SwitchEquipmentInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilitySwitchEquipmentInfoByMoid": {
                                "operationId": "GetCapabilitySwitchEquipmentInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/SwitchEquipmentInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/SwitchManufacturingDefs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchManufacturingDef' resource.",
                "operationId": "GetCapabilitySwitchManufacturingDefList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.SwitchManufacturingDef",
                            "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 'capability.SwitchManufacturingDef' 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/capability.SwitchManufacturingDef.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/capability/SwitchManufacturingDefs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchManufacturingDef' resource.",
                "operationId": "GetCapabilitySwitchManufacturingDefByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.SwitchManufacturingDef",
                            "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 'capability.SwitchManufacturingDef' 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/capability.SwitchManufacturingDef"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilitySwitchManufacturingDefByMoid": {
                                "operationId": "GetCapabilitySwitchManufacturingDefByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/SwitchManufacturingDefs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/SwitchUpgradeSupportMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilitySwitchUpgradeSupportMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SwitchUpgradeSupportMeta",
                            "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 'capability.SwitchUpgradeSupportMeta' 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/capability.SwitchUpgradeSupportMeta.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/capability/SwitchUpgradeSupportMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.SwitchUpgradeSupportMeta' resource.",
                "operationId": "GetCapabilitySwitchUpgradeSupportMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.SwitchUpgradeSupportMeta",
                            "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 'capability.SwitchUpgradeSupportMeta' 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/capability.SwitchUpgradeSupportMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilitySwitchUpgradeSupportMetaByMoid": {
                                "operationId": "GetCapabilitySwitchUpgradeSupportMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/SwitchUpgradeSupportMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/TemplateCatalogs": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.TemplateCatalog' resource.",
                "operationId": "GetCapabilityTemplateCatalogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS server profiles",
                            "PRIVSET.Read-only vHBA templates",
                            "PRIVSET.Read-only vNIC templates",
                            "PRIVSET.View Server Profiles",
                            "READ.capability.TemplateCatalog",
                            "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 'capability.TemplateCatalog' 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/capability.TemplateCatalog.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/capability/TemplateCatalogs/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.TemplateCatalog' resource.",
                "operationId": "GetCapabilityTemplateCatalogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS server profiles",
                            "PRIVSET.Read-only vHBA templates",
                            "PRIVSET.Read-only vNIC templates",
                            "PRIVSET.View Server Profiles",
                            "READ.capability.TemplateCatalog",
                            "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 'capability.TemplateCatalog' 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/capability.TemplateCatalog"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityTemplateCatalogByMoid": {
                                "operationId": "GetCapabilityTemplateCatalogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/TemplateCatalogs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/TimeZoneMetaData": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.TimeZoneMetaData' resource.",
                "operationId": "GetCapabilityTimeZoneMetaDataList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only NTP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.capability.TimeZoneMetaData",
                            "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 'capability.TimeZoneMetaData' 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/capability.TimeZoneMetaData.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/capability/TimeZoneMetaData/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.TimeZoneMetaData' resource.",
                "operationId": "GetCapabilityTimeZoneMetaDataByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only NTP policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.capability.TimeZoneMetaData",
                            "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 'capability.TimeZoneMetaData' 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/capability.TimeZoneMetaData"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityTimeZoneMetaDataByMoid": {
                                "operationId": "GetCapabilityTimeZoneMetaDataByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/TimeZoneMetaData/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/UpdateOrderMeta": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.UpdateOrderMeta' resource.",
                "operationId": "GetCapabilityUpdateOrderMetaList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.UpdateOrderMeta",
                            "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 'capability.UpdateOrderMeta' 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/capability.UpdateOrderMeta.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/capability/UpdateOrderMeta/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.UpdateOrderMeta' resource.",
                "operationId": "GetCapabilityUpdateOrderMetaByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "READ.capability.UpdateOrderMeta",
                            "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 'capability.UpdateOrderMeta' 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/capability.UpdateOrderMeta"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityUpdateOrderMetaByMoid": {
                                "operationId": "GetCapabilityUpdateOrderMetaByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/UpdateOrderMeta/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/capability/VicDescriptors": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.VicDescriptor' resource.",
                "operationId": "GetCapabilityVicDescriptorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.VicDescriptor",
                            "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 'capability.VicDescriptor' 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/capability.VicDescriptor.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/capability/VicDescriptors/{Moid}": {
            "get": {
                "tags": [
                    "capability"
                ],
                "summary": "Read a 'capability.VicDescriptor' resource.",
                "operationId": "GetCapabilityVicDescriptorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Read-Only",
                            "READ.capability.VicDescriptor",
                            "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 'capability.VicDescriptor' 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/capability.VicDescriptor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetCapabilityVicDescriptorByMoid": {
                                "operationId": "GetCapabilityVicDescriptorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/capability/VicDescriptors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/console/ConsoleConfigs": {
            "get": {
                "tags": [
                    "console"
                ],
                "summary": "Read a 'console.ConsoleConfig' resource.",
                "operationId": "GetConsoleConsoleConfigList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.console.ConsoleConfig",
                            "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 'console.ConsoleConfig' 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/console.ConsoleConfig.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/console/ConsoleConfigs/{Moid}": {
            "get": {
                "tags": [
                    "console"
                ],
                "summary": "Read a 'console.ConsoleConfig' resource.",
                "operationId": "GetConsoleConsoleConfigByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.console.ConsoleConfig",
                            "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 'console.ConsoleConfig' 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/console.ConsoleConfig"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetConsoleConsoleConfigByMoid": {
                                "operationId": "GetConsoleConsoleConfigByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/console/ConsoleConfigs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Chasses": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Chassis' resource.",
                "operationId": "GetEquipmentChassisList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Unified Edge",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Servers",
                            "PRIVSET.View Unified Edge",
                            "READ.equipment.Chassis",
                            "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 'equipment.Chassis' 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/equipment.Chassis.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/equipment/Chasses/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Chassis' resource.",
                "operationId": "GetEquipmentChassisByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Unified Edge",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Servers",
                            "PRIVSET.View Unified Edge",
                            "READ.equipment.Chassis",
                            "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 'equipment.Chassis' 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/equipment.Chassis"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentChassisByMoid": {
                                "operationId": "GetEquipmentChassisByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Chasses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Chassis' resource.",
                "operationId": "UpdateEquipmentChassis",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Unified Edge",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Chassis"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Chassis' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Chassis"
                            }
                        },
                        "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 'equipment.Chassis' resource was modified as requested. The 'equipment.Chassis' 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/equipment.Chassis"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentChassisByMoid": {
                                "operationId": "GetEquipmentChassisByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Chasses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Chassis' resource.",
                "operationId": "PatchEquipmentChassis",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Unified Edge",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Chassis"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Chassis' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Chassis"
                            }
                        },
                        "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 'equipment.Chassis' resource was patched as requested. The 'equipment.Chassis' 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/equipment.Chassis"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentChassisByMoid": {
                                "operationId": "GetEquipmentChassisByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Chasses/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/ChassisControllers": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ChassisController' resource.",
                "operationId": "GetEquipmentChassisControllerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Servers",
                            "READ.equipment.ChassisController",
                            "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 'equipment.ChassisController' 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/equipment.ChassisController.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/equipment/ChassisControllers/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ChassisController' resource.",
                "operationId": "GetEquipmentChassisControllerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Servers",
                            "READ.equipment.ChassisController",
                            "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 'equipment.ChassisController' 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/equipment.ChassisController"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentChassisControllerByMoid": {
                                "operationId": "GetEquipmentChassisControllerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisControllers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ChassisController' resource.",
                "operationId": "UpdateEquipmentChassisController",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ChassisController"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ChassisController' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ChassisController"
                            }
                        },
                        "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 'equipment.ChassisController' resource was modified as requested. The 'equipment.ChassisController' 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/equipment.ChassisController"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentChassisControllerByMoid": {
                                "operationId": "GetEquipmentChassisControllerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisControllers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ChassisController' resource.",
                "operationId": "PatchEquipmentChassisController",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ChassisController"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ChassisController' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ChassisController"
                            }
                        },
                        "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 'equipment.ChassisController' resource was patched as requested. The 'equipment.ChassisController' 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/equipment.ChassisController"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentChassisControllerByMoid": {
                                "operationId": "GetEquipmentChassisControllerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisControllers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/ChassisIdPools": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ChassisIdPool' resource.",
                "operationId": "GetEquipmentChassisIdPoolList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Servers",
                            "READ.equipment.ChassisIdPool",
                            "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 'equipment.ChassisIdPool' 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/equipment.ChassisIdPool.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/equipment/ChassisIdPools/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ChassisIdPool' resource.",
                "operationId": "GetEquipmentChassisIdPoolByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Servers",
                            "READ.equipment.ChassisIdPool",
                            "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 'equipment.ChassisIdPool' 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/equipment.ChassisIdPool"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentChassisIdPoolByMoid": {
                                "operationId": "GetEquipmentChassisIdPoolByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisIdPools/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/ChassisIdentities": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ChassisIdentity' resource.",
                "operationId": "GetEquipmentChassisIdentityList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Unified Edge",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Servers",
                            "PRIVSET.View Unified Edge",
                            "READ.equipment.ChassisIdentity",
                            "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 'equipment.ChassisIdentity' 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/equipment.ChassisIdentity.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/equipment/ChassisIdentities/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ChassisIdentity' resource.",
                "operationId": "GetEquipmentChassisIdentityByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Unified Edge",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Servers",
                            "PRIVSET.View Unified Edge",
                            "READ.equipment.ChassisIdentity",
                            "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 'equipment.ChassisIdentity' 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/equipment.ChassisIdentity"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentChassisIdentityByMoid": {
                                "operationId": "GetEquipmentChassisIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ChassisIdentity' resource.",
                "operationId": "UpdateEquipmentChassisIdentity",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Unified Edge",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ChassisIdentity"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ChassisIdentity' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ChassisIdentity"
                            }
                        },
                        "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 'equipment.ChassisIdentity' resource was modified as requested. The 'equipment.ChassisIdentity' 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/equipment.ChassisIdentity"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentChassisIdentityByMoid": {
                                "operationId": "GetEquipmentChassisIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ChassisIdentity' resource.",
                "operationId": "PatchEquipmentChassisIdentity",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Manage Unified Edge",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ChassisIdentity"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ChassisIdentity' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ChassisIdentity"
                            }
                        },
                        "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 'equipment.ChassisIdentity' resource was patched as requested. The 'equipment.ChassisIdentity' 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/equipment.ChassisIdentity"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentChassisIdentityByMoid": {
                                "operationId": "GetEquipmentChassisIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/ChassisOperations": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ChassisOperation' resource.",
                "operationId": "GetEquipmentChassisOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.ChassisOperation",
                            "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 'equipment.ChassisOperation' 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/equipment.ChassisOperation.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/equipment/ChassisOperations/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ChassisOperation' resource.",
                "operationId": "GetEquipmentChassisOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.ChassisOperation",
                            "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 'equipment.ChassisOperation' 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/equipment.ChassisOperation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentChassisOperationByMoid": {
                                "operationId": "GetEquipmentChassisOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ChassisOperation' resource.",
                "operationId": "UpdateEquipmentChassisOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ChassisOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ChassisOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ChassisOperation"
                            }
                        },
                        "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 'equipment.ChassisOperation' resource was modified as requested. The 'equipment.ChassisOperation' 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/equipment.ChassisOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentChassisOperationByMoid": {
                                "operationId": "GetEquipmentChassisOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ChassisOperation' resource.",
                "operationId": "PatchEquipmentChassisOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ChassisOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ChassisOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ChassisOperation"
                            }
                        },
                        "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 'equipment.ChassisOperation' resource was patched as requested. The 'equipment.ChassisOperation' 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/equipment.ChassisOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentChassisOperationByMoid": {
                                "operationId": "GetEquipmentChassisOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ChassisOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/DeviceSummaries": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.DeviceSummary' resource.",
                "operationId": "GetEquipmentDeviceSummaryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.equipment.DeviceSummary",
                            "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 'equipment.DeviceSummary' 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/equipment.DeviceSummary.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/equipment/DeviceSummaries/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.DeviceSummary' resource.",
                "operationId": "GetEquipmentDeviceSummaryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Servers",
                            "READ.equipment.DeviceSummary",
                            "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 'equipment.DeviceSummary' 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/equipment.DeviceSummary"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentDeviceSummaryByMoid": {
                                "operationId": "GetEquipmentDeviceSummaryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/DeviceSummaries/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/EnclosureElements": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.EnclosureElement' resource.",
                "operationId": "GetEquipmentEnclosureElementList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "PRIVSET.View Servers",
                            "READ.equipment.EnclosureElement",
                            "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 'equipment.EnclosureElement' 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/equipment.EnclosureElement.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/equipment/EnclosureElements/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.EnclosureElement' resource.",
                "operationId": "GetEquipmentEnclosureElementByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "PRIVSET.View Servers",
                            "READ.equipment.EnclosureElement",
                            "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 'equipment.EnclosureElement' 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/equipment.EnclosureElement"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentEnclosureElementByMoid": {
                                "operationId": "GetEquipmentEnclosureElementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/EnclosureElements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.EnclosureElement' resource.",
                "operationId": "UpdateEquipmentEnclosureElement",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.EnclosureElement"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.EnclosureElement' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.EnclosureElement"
                            }
                        },
                        "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 'equipment.EnclosureElement' resource was modified as requested. The 'equipment.EnclosureElement' 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/equipment.EnclosureElement"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentEnclosureElementByMoid": {
                                "operationId": "GetEquipmentEnclosureElementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/EnclosureElements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.EnclosureElement' resource.",
                "operationId": "PatchEquipmentEnclosureElement",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.EnclosureElement"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.EnclosureElement' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.EnclosureElement"
                            }
                        },
                        "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 'equipment.EnclosureElement' resource was patched as requested. The 'equipment.EnclosureElement' 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/equipment.EnclosureElement"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentEnclosureElementByMoid": {
                                "operationId": "GetEquipmentEnclosureElementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/EnclosureElements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/EndPointLogs": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.EndPointLog' resource.",
                "operationId": "GetEquipmentEndPointLogList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.EndPointLog",
                            "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 'equipment.EndPointLog' 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/equipment.EndPointLog.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/equipment/EndPointLogs/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.EndPointLog' resource.",
                "operationId": "GetEquipmentEndPointLogByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.EndPointLog",
                            "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 'equipment.EndPointLog' 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/equipment.EndPointLog"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentEndPointLogByMoid": {
                                "operationId": "GetEquipmentEndPointLogByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/EndPointLogs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/ExpanderModules": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ExpanderModule' resource.",
                "operationId": "GetEquipmentExpanderModuleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.ExpanderModule",
                            "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 'equipment.ExpanderModule' 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/equipment.ExpanderModule.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/equipment/ExpanderModules/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ExpanderModule' resource.",
                "operationId": "GetEquipmentExpanderModuleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.ExpanderModule",
                            "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 'equipment.ExpanderModule' 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/equipment.ExpanderModule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentExpanderModuleByMoid": {
                                "operationId": "GetEquipmentExpanderModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ExpanderModule' resource.",
                "operationId": "UpdateEquipmentExpanderModule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ExpanderModule"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ExpanderModule' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ExpanderModule"
                            }
                        },
                        "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 'equipment.ExpanderModule' resource was modified as requested. The 'equipment.ExpanderModule' 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/equipment.ExpanderModule"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentExpanderModuleByMoid": {
                                "operationId": "GetEquipmentExpanderModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ExpanderModule' resource.",
                "operationId": "PatchEquipmentExpanderModule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ExpanderModule"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ExpanderModule' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ExpanderModule"
                            }
                        },
                        "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 'equipment.ExpanderModule' resource was patched as requested. The 'equipment.ExpanderModule' 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/equipment.ExpanderModule"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentExpanderModuleByMoid": {
                                "operationId": "GetEquipmentExpanderModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/ExpanderModuleIdentities": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ExpanderModuleIdentity' resource.",
                "operationId": "GetEquipmentExpanderModuleIdentityList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.ExpanderModuleIdentity",
                            "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 'equipment.ExpanderModuleIdentity' 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/equipment.ExpanderModuleIdentity.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/equipment/ExpanderModuleIdentities/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ExpanderModuleIdentity' resource.",
                "operationId": "GetEquipmentExpanderModuleIdentityByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.ExpanderModuleIdentity",
                            "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 'equipment.ExpanderModuleIdentity' 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/equipment.ExpanderModuleIdentity"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentExpanderModuleIdentityByMoid": {
                                "operationId": "GetEquipmentExpanderModuleIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModuleIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ExpanderModuleIdentity' resource.",
                "operationId": "UpdateEquipmentExpanderModuleIdentity",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ExpanderModuleIdentity"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ExpanderModuleIdentity' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ExpanderModuleIdentity"
                            }
                        },
                        "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 'equipment.ExpanderModuleIdentity' resource was modified as requested. The 'equipment.ExpanderModuleIdentity' 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/equipment.ExpanderModuleIdentity"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentExpanderModuleIdentityByMoid": {
                                "operationId": "GetEquipmentExpanderModuleIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModuleIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ExpanderModuleIdentity' resource.",
                "operationId": "PatchEquipmentExpanderModuleIdentity",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ExpanderModuleIdentity"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ExpanderModuleIdentity' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ExpanderModuleIdentity"
                            }
                        },
                        "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 'equipment.ExpanderModuleIdentity' resource was patched as requested. The 'equipment.ExpanderModuleIdentity' 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/equipment.ExpanderModuleIdentity"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentExpanderModuleIdentityByMoid": {
                                "operationId": "GetEquipmentExpanderModuleIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModuleIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/ExpanderModuleOperations": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ExpanderModuleOperation' resource.",
                "operationId": "GetEquipmentExpanderModuleOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.ExpanderModuleOperation",
                            "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 'equipment.ExpanderModuleOperation' 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/equipment.ExpanderModuleOperation.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/equipment/ExpanderModuleOperations/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.ExpanderModuleOperation' resource.",
                "operationId": "GetEquipmentExpanderModuleOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.ExpanderModuleOperation",
                            "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 'equipment.ExpanderModuleOperation' 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/equipment.ExpanderModuleOperation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentExpanderModuleOperationByMoid": {
                                "operationId": "GetEquipmentExpanderModuleOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModuleOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ExpanderModuleOperation' resource.",
                "operationId": "UpdateEquipmentExpanderModuleOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ExpanderModuleOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ExpanderModuleOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ExpanderModuleOperation"
                            }
                        },
                        "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 'equipment.ExpanderModuleOperation' resource was modified as requested. The 'equipment.ExpanderModuleOperation' 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/equipment.ExpanderModuleOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentExpanderModuleOperationByMoid": {
                                "operationId": "GetEquipmentExpanderModuleOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModuleOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.ExpanderModuleOperation' resource.",
                "operationId": "PatchEquipmentExpanderModuleOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.ExpanderModuleOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.ExpanderModuleOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.ExpanderModuleOperation"
                            }
                        },
                        "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 'equipment.ExpanderModuleOperation' resource was patched as requested. The 'equipment.ExpanderModuleOperation' 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/equipment.ExpanderModuleOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentExpanderModuleOperationByMoid": {
                                "operationId": "GetEquipmentExpanderModuleOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/ExpanderModuleOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Fans": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Fan' resource.",
                "operationId": "GetEquipmentFanList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.Fan",
                            "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 'equipment.Fan' 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/equipment.Fan.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/equipment/Fans/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Fan' resource.",
                "operationId": "GetEquipmentFanByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.Fan",
                            "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 'equipment.Fan' 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/equipment.Fan"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentFanByMoid": {
                                "operationId": "GetEquipmentFanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Fans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Fan' resource.",
                "operationId": "UpdateEquipmentFan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Fan"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Fan' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Fan"
                            }
                        },
                        "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 'equipment.Fan' resource was modified as requested. The 'equipment.Fan' 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/equipment.Fan"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFanByMoid": {
                                "operationId": "GetEquipmentFanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Fans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Fan' resource.",
                "operationId": "PatchEquipmentFan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Fan"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Fan' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Fan"
                            }
                        },
                        "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 'equipment.Fan' resource was patched as requested. The 'equipment.Fan' 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/equipment.Fan"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFanByMoid": {
                                "operationId": "GetEquipmentFanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Fans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/FanControls": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.FanControl' resource.",
                "operationId": "GetEquipmentFanControlList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.FanControl",
                            "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 'equipment.FanControl' 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/equipment.FanControl.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/equipment/FanControls/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.FanControl' resource.",
                "operationId": "GetEquipmentFanControlByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.FanControl",
                            "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 'equipment.FanControl' 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/equipment.FanControl"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentFanControlByMoid": {
                                "operationId": "GetEquipmentFanControlByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FanControls/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.FanControl' resource.",
                "operationId": "UpdateEquipmentFanControl",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.FanControl"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.FanControl' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.FanControl"
                            }
                        },
                        "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 'equipment.FanControl' resource was modified as requested. The 'equipment.FanControl' 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/equipment.FanControl"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFanControlByMoid": {
                                "operationId": "GetEquipmentFanControlByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FanControls/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.FanControl' resource.",
                "operationId": "PatchEquipmentFanControl",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.FanControl"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.FanControl' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.FanControl"
                            }
                        },
                        "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 'equipment.FanControl' resource was patched as requested. The 'equipment.FanControl' 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/equipment.FanControl"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFanControlByMoid": {
                                "operationId": "GetEquipmentFanControlByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FanControls/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/FanModules": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.FanModule' resource.",
                "operationId": "GetEquipmentFanModuleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "PRIVSET.View Servers",
                            "READ.equipment.FanModule",
                            "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 'equipment.FanModule' 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/equipment.FanModule.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/equipment/FanModules/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.FanModule' resource.",
                "operationId": "GetEquipmentFanModuleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "PRIVSET.View Servers",
                            "READ.equipment.FanModule",
                            "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 'equipment.FanModule' 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/equipment.FanModule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentFanModuleByMoid": {
                                "operationId": "GetEquipmentFanModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FanModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.FanModule' resource.",
                "operationId": "UpdateEquipmentFanModule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.FanModule"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.FanModule' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.FanModule"
                            }
                        },
                        "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 'equipment.FanModule' resource was modified as requested. The 'equipment.FanModule' 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/equipment.FanModule"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFanModuleByMoid": {
                                "operationId": "GetEquipmentFanModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FanModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.FanModule' resource.",
                "operationId": "PatchEquipmentFanModule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.FanModule"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.FanModule' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.FanModule"
                            }
                        },
                        "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 'equipment.FanModule' resource was patched as requested. The 'equipment.FanModule' 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/equipment.FanModule"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFanModuleByMoid": {
                                "operationId": "GetEquipmentFanModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FanModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Fexes": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Fex' resource.",
                "operationId": "GetEquipmentFexList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.Fex",
                            "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 'equipment.Fex' 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/equipment.Fex.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/equipment/Fexes/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Fex' resource.",
                "operationId": "GetEquipmentFexByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.Fex",
                            "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 'equipment.Fex' 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/equipment.Fex"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentFexByMoid": {
                                "operationId": "GetEquipmentFexByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Fexes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Fex' resource.",
                "operationId": "UpdateEquipmentFex",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Fex"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Fex' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Fex"
                            }
                        },
                        "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 'equipment.Fex' resource was modified as requested. The 'equipment.Fex' 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/equipment.Fex"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFexByMoid": {
                                "operationId": "GetEquipmentFexByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Fexes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Fex' resource.",
                "operationId": "PatchEquipmentFex",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Fex"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Fex' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Fex"
                            }
                        },
                        "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 'equipment.Fex' resource was patched as requested. The 'equipment.Fex' 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/equipment.Fex"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFexByMoid": {
                                "operationId": "GetEquipmentFexByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Fexes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/FexIdentities": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.FexIdentity' resource.",
                "operationId": "GetEquipmentFexIdentityList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.FexIdentity",
                            "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 'equipment.FexIdentity' 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/equipment.FexIdentity.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/equipment/FexIdentities/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.FexIdentity' resource.",
                "operationId": "GetEquipmentFexIdentityByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.FexIdentity",
                            "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 'equipment.FexIdentity' 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/equipment.FexIdentity"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentFexIdentityByMoid": {
                                "operationId": "GetEquipmentFexIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FexIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.FexIdentity' resource.",
                "operationId": "UpdateEquipmentFexIdentity",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.FexIdentity"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.FexIdentity' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.FexIdentity"
                            }
                        },
                        "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 'equipment.FexIdentity' resource was modified as requested. The 'equipment.FexIdentity' 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/equipment.FexIdentity"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFexIdentityByMoid": {
                                "operationId": "GetEquipmentFexIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FexIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.FexIdentity' resource.",
                "operationId": "PatchEquipmentFexIdentity",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.FexIdentity"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.FexIdentity' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.FexIdentity"
                            }
                        },
                        "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 'equipment.FexIdentity' resource was patched as requested. The 'equipment.FexIdentity' 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/equipment.FexIdentity"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFexIdentityByMoid": {
                                "operationId": "GetEquipmentFexIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FexIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/FexOperations": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.FexOperation' resource.",
                "operationId": "GetEquipmentFexOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.FexOperation",
                            "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 'equipment.FexOperation' 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/equipment.FexOperation.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/equipment/FexOperations/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.FexOperation' resource.",
                "operationId": "GetEquipmentFexOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.FexOperation",
                            "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 'equipment.FexOperation' 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/equipment.FexOperation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentFexOperationByMoid": {
                                "operationId": "GetEquipmentFexOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FexOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.FexOperation' resource.",
                "operationId": "UpdateEquipmentFexOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.FexOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.FexOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.FexOperation"
                            }
                        },
                        "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 'equipment.FexOperation' resource was modified as requested. The 'equipment.FexOperation' 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/equipment.FexOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFexOperationByMoid": {
                                "operationId": "GetEquipmentFexOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FexOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.FexOperation' resource.",
                "operationId": "PatchEquipmentFexOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.FexOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.FexOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.FexOperation"
                            }
                        },
                        "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 'equipment.FexOperation' resource was patched as requested. The 'equipment.FexOperation' 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/equipment.FexOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFexOperationByMoid": {
                                "operationId": "GetEquipmentFexOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/FexOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Frus": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Fru' resource.",
                "operationId": "GetEquipmentFruList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.equipment.Fru"
                        ]
                    }
                ],
                "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 'equipment.Fru' 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/equipment.Fru.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/equipment/Frus/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Fru' resource.",
                "operationId": "GetEquipmentFruByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.equipment.Fru"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'equipment.Fru' 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/equipment.Fru"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentFruByMoid": {
                                "operationId": "GetEquipmentFruByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Frus/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Fru' resource.",
                "operationId": "UpdateEquipmentFru",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.equipment.Fru"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Fru' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Fru"
                            }
                        },
                        "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 'equipment.Fru' resource was modified as requested. The 'equipment.Fru' 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/equipment.Fru"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFruByMoid": {
                                "operationId": "GetEquipmentFruByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Frus/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Fru' resource.",
                "operationId": "PatchEquipmentFru",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.equipment.Fru"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Fru' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Fru"
                            }
                        },
                        "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 'equipment.Fru' resource was patched as requested. The 'equipment.Fru' 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/equipment.Fru"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentFruByMoid": {
                                "operationId": "GetEquipmentFruByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Frus/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/HybridDriveSlots": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.HybridDriveSlot' resource.",
                "operationId": "GetEquipmentHybridDriveSlotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.HybridDriveSlot",
                            "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 'equipment.HybridDriveSlot' 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/equipment.HybridDriveSlot.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/equipment/HybridDriveSlots/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.HybridDriveSlot' resource.",
                "operationId": "GetEquipmentHybridDriveSlotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.HybridDriveSlot",
                            "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 'equipment.HybridDriveSlot' 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/equipment.HybridDriveSlot"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentHybridDriveSlotByMoid": {
                                "operationId": "GetEquipmentHybridDriveSlotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/HybridDriveSlots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Interconnects": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Interconnect' resource.",
                "operationId": "GetEquipmentInterconnectList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Servers",
                            "READ.equipment.Interconnect",
                            "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 'equipment.Interconnect' 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/equipment.Interconnect.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/equipment/Interconnects/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Interconnect' resource.",
                "operationId": "GetEquipmentInterconnectByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Servers",
                            "READ.equipment.Interconnect",
                            "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 'equipment.Interconnect' 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/equipment.Interconnect"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentInterconnectByMoid": {
                                "operationId": "GetEquipmentInterconnectByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Interconnects/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/IoCards": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.IoCard' resource.",
                "operationId": "GetEquipmentIoCardList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.IoCard",
                            "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 'equipment.IoCard' 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/equipment.IoCard.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/equipment/IoCards/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.IoCard' resource.",
                "operationId": "GetEquipmentIoCardByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.IoCard",
                            "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 'equipment.IoCard' 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/equipment.IoCard"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentIoCardByMoid": {
                                "operationId": "GetEquipmentIoCardByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoCards/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.IoCard' resource.",
                "operationId": "UpdateEquipmentIoCard",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.IoCard"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.IoCard' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.IoCard"
                            }
                        },
                        "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 'equipment.IoCard' resource was modified as requested. The 'equipment.IoCard' 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/equipment.IoCard"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentIoCardByMoid": {
                                "operationId": "GetEquipmentIoCardByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoCards/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.IoCard' resource.",
                "operationId": "PatchEquipmentIoCard",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.IoCard"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.IoCard' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.IoCard"
                            }
                        },
                        "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 'equipment.IoCard' resource was patched as requested. The 'equipment.IoCard' 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/equipment.IoCard"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentIoCardByMoid": {
                                "operationId": "GetEquipmentIoCardByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoCards/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/IoCardOperations": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.IoCardOperation' resource.",
                "operationId": "GetEquipmentIoCardOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.IoCardOperation",
                            "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 'equipment.IoCardOperation' 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/equipment.IoCardOperation.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/equipment/IoCardOperations/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.IoCardOperation' resource.",
                "operationId": "GetEquipmentIoCardOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.IoCardOperation",
                            "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 'equipment.IoCardOperation' 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/equipment.IoCardOperation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentIoCardOperationByMoid": {
                                "operationId": "GetEquipmentIoCardOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoCardOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.IoCardOperation' resource.",
                "operationId": "UpdateEquipmentIoCardOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.IoCardOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.IoCardOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.IoCardOperation"
                            }
                        },
                        "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 'equipment.IoCardOperation' resource was modified as requested. The 'equipment.IoCardOperation' 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/equipment.IoCardOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentIoCardOperationByMoid": {
                                "operationId": "GetEquipmentIoCardOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoCardOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.IoCardOperation' resource.",
                "operationId": "PatchEquipmentIoCardOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.IoCardOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.IoCardOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.IoCardOperation"
                            }
                        },
                        "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 'equipment.IoCardOperation' resource was patched as requested. The 'equipment.IoCardOperation' 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/equipment.IoCardOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentIoCardOperationByMoid": {
                                "operationId": "GetEquipmentIoCardOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoCardOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/IoExpanders": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.IoExpander' resource.",
                "operationId": "GetEquipmentIoExpanderList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.IoExpander",
                            "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 'equipment.IoExpander' 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/equipment.IoExpander.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/equipment/IoExpanders/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.IoExpander' resource.",
                "operationId": "GetEquipmentIoExpanderByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.IoExpander",
                            "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 'equipment.IoExpander' 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/equipment.IoExpander"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentIoExpanderByMoid": {
                                "operationId": "GetEquipmentIoExpanderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoExpanders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.IoExpander' resource.",
                "operationId": "UpdateEquipmentIoExpander",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.IoExpander"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.IoExpander' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.IoExpander"
                            }
                        },
                        "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 'equipment.IoExpander' resource was modified as requested. The 'equipment.IoExpander' 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/equipment.IoExpander"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentIoExpanderByMoid": {
                                "operationId": "GetEquipmentIoExpanderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoExpanders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.IoExpander' resource.",
                "operationId": "PatchEquipmentIoExpander",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.IoExpander"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.IoExpander' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.IoExpander"
                            }
                        },
                        "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 'equipment.IoExpander' resource was patched as requested. The 'equipment.IoExpander' 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/equipment.IoExpander"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentIoExpanderByMoid": {
                                "operationId": "GetEquipmentIoExpanderByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/IoExpanders/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/LocatorLeds": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.LocatorLed' resource.",
                "operationId": "GetEquipmentLocatorLedList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.LocatorLed",
                            "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 'equipment.LocatorLed' 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/equipment.LocatorLed.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/equipment/LocatorLeds/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.LocatorLed' resource.",
                "operationId": "GetEquipmentLocatorLedByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.LocatorLed",
                            "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 'equipment.LocatorLed' 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/equipment.LocatorLed"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentLocatorLedByMoid": {
                                "operationId": "GetEquipmentLocatorLedByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/LocatorLeds/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.LocatorLed' resource.",
                "operationId": "UpdateEquipmentLocatorLed",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.LocatorLed"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.LocatorLed' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.LocatorLed"
                            }
                        },
                        "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 'equipment.LocatorLed' resource was modified as requested. The 'equipment.LocatorLed' 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/equipment.LocatorLed"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentLocatorLedByMoid": {
                                "operationId": "GetEquipmentLocatorLedByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/LocatorLeds/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.LocatorLed' resource.",
                "operationId": "PatchEquipmentLocatorLed",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.LocatorLed"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.LocatorLed' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.LocatorLed"
                            }
                        },
                        "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 'equipment.LocatorLed' resource was patched as requested. The 'equipment.LocatorLed' 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/equipment.LocatorLed"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentLocatorLedByMoid": {
                                "operationId": "GetEquipmentLocatorLedByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/LocatorLeds/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/LogDownloads": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.LogDownload' resource.",
                "operationId": "GetEquipmentLogDownloadList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Download server event logs",
                            "PRIVSET.Manage Servers",
                            "READ.equipment.LogDownload",
                            "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 'equipment.LogDownload' 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/equipment.LogDownload.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/equipment/LogDownloads/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.LogDownload' resource.",
                "operationId": "GetEquipmentLogDownloadByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Download server event logs",
                            "PRIVSET.Manage Servers",
                            "READ.equipment.LogDownload",
                            "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 'equipment.LogDownload' 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/equipment.LogDownload"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentLogDownloadByMoid": {
                                "operationId": "GetEquipmentLogDownloadByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/LogDownloads/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Psus": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Psu' resource.",
                "operationId": "GetEquipmentPsuList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "PRIVSET.View Servers",
                            "READ.equipment.Psu",
                            "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 'equipment.Psu' 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/equipment.Psu.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/equipment/Psus/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Psu' resource.",
                "operationId": "GetEquipmentPsuByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "PRIVSET.View Servers",
                            "READ.equipment.Psu",
                            "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 'equipment.Psu' 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/equipment.Psu"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentPsuByMoid": {
                                "operationId": "GetEquipmentPsuByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Psus/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Psu' resource.",
                "operationId": "UpdateEquipmentPsu",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Psu"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Psu' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Psu"
                            }
                        },
                        "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 'equipment.Psu' resource was modified as requested. The 'equipment.Psu' 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/equipment.Psu"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentPsuByMoid": {
                                "operationId": "GetEquipmentPsuByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Psus/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Psu' resource.",
                "operationId": "PatchEquipmentPsu",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Psu"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Psu' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Psu"
                            }
                        },
                        "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 'equipment.Psu' resource was patched as requested. The 'equipment.Psu' 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/equipment.Psu"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentPsuByMoid": {
                                "operationId": "GetEquipmentPsuByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Psus/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/PsuControls": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.PsuControl' resource.",
                "operationId": "GetEquipmentPsuControlList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.PsuControl",
                            "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 'equipment.PsuControl' 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/equipment.PsuControl.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/equipment/PsuControls/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.PsuControl' resource.",
                "operationId": "GetEquipmentPsuControlByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Servers",
                            "READ.equipment.PsuControl",
                            "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 'equipment.PsuControl' 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/equipment.PsuControl"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentPsuControlByMoid": {
                                "operationId": "GetEquipmentPsuControlByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/PsuControls/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.PsuControl' resource.",
                "operationId": "UpdateEquipmentPsuControl",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.PsuControl"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.PsuControl' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.PsuControl"
                            }
                        },
                        "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 'equipment.PsuControl' resource was modified as requested. The 'equipment.PsuControl' 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/equipment.PsuControl"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentPsuControlByMoid": {
                                "operationId": "GetEquipmentPsuControlByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/PsuControls/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.PsuControl' resource.",
                "operationId": "PatchEquipmentPsuControl",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.PsuControl"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.PsuControl' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.PsuControl"
                            }
                        },
                        "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 'equipment.PsuControl' resource was patched as requested. The 'equipment.PsuControl' 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/equipment.PsuControl"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentPsuControlByMoid": {
                                "operationId": "GetEquipmentPsuControlByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/PsuControls/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/RackEnclosures": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.RackEnclosure' resource.",
                "operationId": "GetEquipmentRackEnclosureList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.RackEnclosure",
                            "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 'equipment.RackEnclosure' 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/equipment.RackEnclosure.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/equipment/RackEnclosures/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.RackEnclosure' resource.",
                "operationId": "GetEquipmentRackEnclosureByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.RackEnclosure",
                            "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 'equipment.RackEnclosure' 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/equipment.RackEnclosure"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentRackEnclosureByMoid": {
                                "operationId": "GetEquipmentRackEnclosureByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/RackEnclosures/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.RackEnclosure' resource.",
                "operationId": "UpdateEquipmentRackEnclosure",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.RackEnclosure"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.RackEnclosure' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.RackEnclosure"
                            }
                        },
                        "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 'equipment.RackEnclosure' resource was modified as requested. The 'equipment.RackEnclosure' 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/equipment.RackEnclosure"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentRackEnclosureByMoid": {
                                "operationId": "GetEquipmentRackEnclosureByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/RackEnclosures/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.RackEnclosure' resource.",
                "operationId": "PatchEquipmentRackEnclosure",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.RackEnclosure"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.RackEnclosure' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.RackEnclosure"
                            }
                        },
                        "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 'equipment.RackEnclosure' resource was patched as requested. The 'equipment.RackEnclosure' 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/equipment.RackEnclosure"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentRackEnclosureByMoid": {
                                "operationId": "GetEquipmentRackEnclosureByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/RackEnclosures/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/RackEnclosureSlots": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.RackEnclosureSlot' resource.",
                "operationId": "GetEquipmentRackEnclosureSlotList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.RackEnclosureSlot",
                            "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 'equipment.RackEnclosureSlot' 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/equipment.RackEnclosureSlot.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/equipment/RackEnclosureSlots/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.RackEnclosureSlot' resource.",
                "operationId": "GetEquipmentRackEnclosureSlotByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.RackEnclosureSlot",
                            "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 'equipment.RackEnclosureSlot' 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/equipment.RackEnclosureSlot"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentRackEnclosureSlotByMoid": {
                                "operationId": "GetEquipmentRackEnclosureSlotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/RackEnclosureSlots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.RackEnclosureSlot' resource.",
                "operationId": "UpdateEquipmentRackEnclosureSlot",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.RackEnclosureSlot"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.RackEnclosureSlot' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.RackEnclosureSlot"
                            }
                        },
                        "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 'equipment.RackEnclosureSlot' resource was modified as requested. The 'equipment.RackEnclosureSlot' 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/equipment.RackEnclosureSlot"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentRackEnclosureSlotByMoid": {
                                "operationId": "GetEquipmentRackEnclosureSlotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/RackEnclosureSlots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.RackEnclosureSlot' resource.",
                "operationId": "PatchEquipmentRackEnclosureSlot",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.RackEnclosureSlot"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.RackEnclosureSlot' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.RackEnclosureSlot"
                            }
                        },
                        "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 'equipment.RackEnclosureSlot' resource was patched as requested. The 'equipment.RackEnclosureSlot' 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/equipment.RackEnclosureSlot"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentRackEnclosureSlotByMoid": {
                                "operationId": "GetEquipmentRackEnclosureSlotByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/RackEnclosureSlots/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Risers": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Riser' resource.",
                "operationId": "GetEquipmentRiserList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.Riser",
                            "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 'equipment.Riser' 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/equipment.Riser.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/equipment/Risers/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Riser' resource.",
                "operationId": "GetEquipmentRiserByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.Riser",
                            "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 'equipment.Riser' 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/equipment.Riser"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentRiserByMoid": {
                                "operationId": "GetEquipmentRiserByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Risers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Sensors": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Sensor' resource.",
                "operationId": "GetEquipmentSensorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.equipment.Sensor",
                            "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 'equipment.Sensor' 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/equipment.Sensor.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/equipment/Sensors/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Sensor' resource.",
                "operationId": "GetEquipmentSensorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.equipment.Sensor",
                            "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 'equipment.Sensor' 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/equipment.Sensor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentSensorByMoid": {
                                "operationId": "GetEquipmentSensorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Sensors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/SharedAdapterUnits": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SharedAdapterUnit' resource.",
                "operationId": "GetEquipmentSharedAdapterUnitList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Servers",
                            "READ.equipment.SharedAdapterUnit",
                            "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 'equipment.SharedAdapterUnit' 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/equipment.SharedAdapterUnit.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/equipment/SharedAdapterUnits/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SharedAdapterUnit' resource.",
                "operationId": "GetEquipmentSharedAdapterUnitByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Servers",
                            "READ.equipment.SharedAdapterUnit",
                            "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 'equipment.SharedAdapterUnit' 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/equipment.SharedAdapterUnit"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentSharedAdapterUnitByMoid": {
                                "operationId": "GetEquipmentSharedAdapterUnitByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SharedAdapterUnits/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/SharedGraphicsCards": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SharedGraphicsCard' resource.",
                "operationId": "GetEquipmentSharedGraphicsCardList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Servers",
                            "READ.equipment.SharedGraphicsCard",
                            "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 'equipment.SharedGraphicsCard' 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/equipment.SharedGraphicsCard.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/equipment/SharedGraphicsCards/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SharedGraphicsCard' resource.",
                "operationId": "GetEquipmentSharedGraphicsCardByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Servers",
                            "READ.equipment.SharedGraphicsCard",
                            "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 'equipment.SharedGraphicsCard' 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/equipment.SharedGraphicsCard"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentSharedGraphicsCardByMoid": {
                                "operationId": "GetEquipmentSharedGraphicsCardByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SharedGraphicsCards/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/SharedIoModules": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SharedIoModule' resource.",
                "operationId": "GetEquipmentSharedIoModuleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.SharedIoModule",
                            "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 'equipment.SharedIoModule' 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/equipment.SharedIoModule.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/equipment/SharedIoModules/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SharedIoModule' resource.",
                "operationId": "GetEquipmentSharedIoModuleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.SharedIoModule",
                            "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 'equipment.SharedIoModule' 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/equipment.SharedIoModule"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentSharedIoModuleByMoid": {
                                "operationId": "GetEquipmentSharedIoModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SharedIoModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.SharedIoModule' resource.",
                "operationId": "UpdateEquipmentSharedIoModule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.SharedIoModule"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.SharedIoModule' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.SharedIoModule"
                            }
                        },
                        "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 'equipment.SharedIoModule' resource was modified as requested. The 'equipment.SharedIoModule' 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/equipment.SharedIoModule"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentSharedIoModuleByMoid": {
                                "operationId": "GetEquipmentSharedIoModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SharedIoModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.SharedIoModule' resource.",
                "operationId": "PatchEquipmentSharedIoModule",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.SharedIoModule"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.SharedIoModule' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.SharedIoModule"
                            }
                        },
                        "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 'equipment.SharedIoModule' resource was patched as requested. The 'equipment.SharedIoModule' 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/equipment.SharedIoModule"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentSharedIoModuleByMoid": {
                                "operationId": "GetEquipmentSharedIoModuleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SharedIoModules/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/SwitchCards": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SwitchCard' resource.",
                "operationId": "GetEquipmentSwitchCardList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.equipment.SwitchCard",
                            "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 'equipment.SwitchCard' 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/equipment.SwitchCard.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/equipment/SwitchCards/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SwitchCard' resource.",
                "operationId": "GetEquipmentSwitchCardByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.equipment.SwitchCard",
                            "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 'equipment.SwitchCard' 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/equipment.SwitchCard"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentSwitchCardByMoid": {
                                "operationId": "GetEquipmentSwitchCardByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SwitchCards/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.SwitchCard' resource.",
                "operationId": "UpdateEquipmentSwitchCard",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.SwitchCard"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.SwitchCard' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.SwitchCard"
                            }
                        },
                        "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 'equipment.SwitchCard' resource was modified as requested. The 'equipment.SwitchCard' 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/equipment.SwitchCard"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentSwitchCardByMoid": {
                                "operationId": "GetEquipmentSwitchCardByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SwitchCards/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.SwitchCard' resource.",
                "operationId": "PatchEquipmentSwitchCard",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.SwitchCard"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.SwitchCard' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.SwitchCard"
                            }
                        },
                        "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 'equipment.SwitchCard' resource was patched as requested. The 'equipment.SwitchCard' 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/equipment.SwitchCard"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentSwitchCardByMoid": {
                                "operationId": "GetEquipmentSwitchCardByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SwitchCards/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/SwitchOperations": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SwitchOperation' resource.",
                "operationId": "GetEquipmentSwitchOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.SwitchOperation",
                            "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 'equipment.SwitchOperation' 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/equipment.SwitchOperation.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/equipment/SwitchOperations/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SwitchOperation' resource.",
                "operationId": "GetEquipmentSwitchOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.equipment.SwitchOperation",
                            "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 'equipment.SwitchOperation' 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/equipment.SwitchOperation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentSwitchOperationByMoid": {
                                "operationId": "GetEquipmentSwitchOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SwitchOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.SwitchOperation' resource.",
                "operationId": "UpdateEquipmentSwitchOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.SwitchOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.SwitchOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.SwitchOperation"
                            }
                        },
                        "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 'equipment.SwitchOperation' resource was modified as requested. The 'equipment.SwitchOperation' 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/equipment.SwitchOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentSwitchOperationByMoid": {
                                "operationId": "GetEquipmentSwitchOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SwitchOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.SwitchOperation' resource.",
                "operationId": "PatchEquipmentSwitchOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.SwitchOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.SwitchOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.SwitchOperation"
                            }
                        },
                        "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 'equipment.SwitchOperation' resource was patched as requested. The 'equipment.SwitchOperation' 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/equipment.SwitchOperation"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentSwitchOperationByMoid": {
                                "operationId": "GetEquipmentSwitchOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SwitchOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/SystemIoControllers": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SystemIoController' resource.",
                "operationId": "GetEquipmentSystemIoControllerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.SystemIoController",
                            "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 'equipment.SystemIoController' 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/equipment.SystemIoController.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/equipment/SystemIoControllers/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.SystemIoController' resource.",
                "operationId": "GetEquipmentSystemIoControllerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only chassis",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.SystemIoController",
                            "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 'equipment.SystemIoController' 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/equipment.SystemIoController"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentSystemIoControllerByMoid": {
                                "operationId": "GetEquipmentSystemIoControllerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SystemIoControllers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.SystemIoController' resource.",
                "operationId": "UpdateEquipmentSystemIoController",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.SystemIoController"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.SystemIoController' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.SystemIoController"
                            }
                        },
                        "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 'equipment.SystemIoController' resource was modified as requested. The 'equipment.SystemIoController' 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/equipment.SystemIoController"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentSystemIoControllerByMoid": {
                                "operationId": "GetEquipmentSystemIoControllerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SystemIoControllers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.SystemIoController' resource.",
                "operationId": "PatchEquipmentSystemIoController",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.SystemIoController"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.SystemIoController' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.SystemIoController"
                            }
                        },
                        "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 'equipment.SystemIoController' resource was patched as requested. The 'equipment.SystemIoController' 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/equipment.SystemIoController"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentSystemIoControllerByMoid": {
                                "operationId": "GetEquipmentSystemIoControllerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/SystemIoControllers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Tpms": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Tpm' resource.",
                "operationId": "GetEquipmentTpmList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.Tpm",
                            "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 'equipment.Tpm' 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/equipment.Tpm.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/equipment/Tpms/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Tpm' resource.",
                "operationId": "GetEquipmentTpmByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Servers",
                            "READ.equipment.Tpm",
                            "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 'equipment.Tpm' 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/equipment.Tpm"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentTpmByMoid": {
                                "operationId": "GetEquipmentTpmByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Tpms/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Tpm' resource.",
                "operationId": "UpdateEquipmentTpm",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Tpm"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Tpm' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Tpm"
                            }
                        },
                        "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 'equipment.Tpm' resource was modified as requested. The 'equipment.Tpm' 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/equipment.Tpm"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentTpmByMoid": {
                                "operationId": "GetEquipmentTpmByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Tpms/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Tpm' resource.",
                "operationId": "PatchEquipmentTpm",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Tpm"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Tpm' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Tpm"
                            }
                        },
                        "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 'equipment.Tpm' resource was patched as requested. The 'equipment.Tpm' 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/equipment.Tpm"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentTpmByMoid": {
                                "operationId": "GetEquipmentTpmByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Tpms/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/equipment/Transceivers": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Transceiver' resource.",
                "operationId": "GetEquipmentTransceiverList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "PRIVSET.View Servers",
                            "READ.equipment.Transceiver",
                            "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 'equipment.Transceiver' 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/equipment.Transceiver.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/equipment/Transceivers/{Moid}": {
            "get": {
                "tags": [
                    "equipment"
                ],
                "summary": "Read a 'equipment.Transceiver' resource.",
                "operationId": "GetEquipmentTransceiverByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.Read-only servers",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "PRIVSET.View Servers",
                            "READ.equipment.Transceiver",
                            "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 'equipment.Transceiver' 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/equipment.Transceiver"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEquipmentTransceiverByMoid": {
                                "operationId": "GetEquipmentTransceiverByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Transceivers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Transceiver' resource.",
                "operationId": "UpdateEquipmentTransceiver",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Transceiver"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Transceiver' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Transceiver"
                            }
                        },
                        "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 'equipment.Transceiver' resource was modified as requested. The 'equipment.Transceiver' 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/equipment.Transceiver"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentTransceiverByMoid": {
                                "operationId": "GetEquipmentTransceiverByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Transceivers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "equipment"
                ],
                "summary": "Update a 'equipment.Transceiver' resource.",
                "operationId": "PatchEquipmentTransceiver",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "ROLE.Account Administrator",
                            "UPDATE.equipment.Transceiver"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'equipment.Transceiver' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/equipment.Transceiver"
                            }
                        },
                        "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 'equipment.Transceiver' resource was patched as requested. The 'equipment.Transceiver' 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/equipment.Transceiver"
                                }
                            }
                        },
                        "links": {
                            "GetEquipmentTransceiverByMoid": {
                                "operationId": "GetEquipmentTransceiverByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/equipment/Transceivers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ether/HostPorts": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.HostPort' resource.",
                "operationId": "GetEtherHostPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.ether.HostPort",
                            "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 'ether.HostPort' 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/ether.HostPort.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/ether/HostPorts/{Moid}": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.HostPort' resource.",
                "operationId": "GetEtherHostPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.ether.HostPort",
                            "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 'ether.HostPort' 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/ether.HostPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEtherHostPortByMoid": {
                                "operationId": "GetEtherHostPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/HostPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "ether"
                ],
                "summary": "Update a 'ether.HostPort' resource.",
                "operationId": "UpdateEtherHostPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.ether.HostPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'ether.HostPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ether.HostPort"
                            }
                        },
                        "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 'ether.HostPort' resource was modified as requested. The 'ether.HostPort' 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/ether.HostPort"
                                }
                            }
                        },
                        "links": {
                            "GetEtherHostPortByMoid": {
                                "operationId": "GetEtherHostPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/HostPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "ether"
                ],
                "summary": "Update a 'ether.HostPort' resource.",
                "operationId": "PatchEtherHostPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.ether.HostPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'ether.HostPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ether.HostPort"
                            }
                        },
                        "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 'ether.HostPort' resource was patched as requested. The 'ether.HostPort' 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/ether.HostPort"
                                }
                            }
                        },
                        "links": {
                            "GetEtherHostPortByMoid": {
                                "operationId": "GetEtherHostPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/HostPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ether/InterSwitchPorts": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.InterSwitchPort' resource.",
                "operationId": "GetEtherInterSwitchPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "READ.ether.InterSwitchPort",
                            "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 'ether.InterSwitchPort' 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/ether.InterSwitchPort.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/ether/InterSwitchPorts/{Moid}": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.InterSwitchPort' resource.",
                "operationId": "GetEtherInterSwitchPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "READ.ether.InterSwitchPort",
                            "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 'ether.InterSwitchPort' 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/ether.InterSwitchPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEtherInterSwitchPortByMoid": {
                                "operationId": "GetEtherInterSwitchPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/InterSwitchPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ether/LanPorts": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.LanPort' resource.",
                "operationId": "GetEtherLanPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.ether.LanPort",
                            "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 'ether.LanPort' 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/ether.LanPort.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/ether/LanPorts/{Moid}": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.LanPort' resource.",
                "operationId": "GetEtherLanPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.ether.LanPort",
                            "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 'ether.LanPort' 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/ether.LanPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEtherLanPortByMoid": {
                                "operationId": "GetEtherLanPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/LanPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ether/NetworkPorts": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.NetworkPort' resource.",
                "operationId": "GetEtherNetworkPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.ether.NetworkPort",
                            "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 'ether.NetworkPort' 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/ether.NetworkPort.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/ether/NetworkPorts/{Moid}": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.NetworkPort' resource.",
                "operationId": "GetEtherNetworkPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.ether.NetworkPort",
                            "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 'ether.NetworkPort' 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/ether.NetworkPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEtherNetworkPortByMoid": {
                                "operationId": "GetEtherNetworkPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/NetworkPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "ether"
                ],
                "summary": "Update a 'ether.NetworkPort' resource.",
                "operationId": "UpdateEtherNetworkPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.ether.NetworkPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'ether.NetworkPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ether.NetworkPort"
                            }
                        },
                        "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 'ether.NetworkPort' resource was modified as requested. The 'ether.NetworkPort' 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/ether.NetworkPort"
                                }
                            }
                        },
                        "links": {
                            "GetEtherNetworkPortByMoid": {
                                "operationId": "GetEtherNetworkPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/NetworkPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "ether"
                ],
                "summary": "Update a 'ether.NetworkPort' resource.",
                "operationId": "PatchEtherNetworkPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.ether.NetworkPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'ether.NetworkPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ether.NetworkPort"
                            }
                        },
                        "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 'ether.NetworkPort' resource was patched as requested. The 'ether.NetworkPort' 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/ether.NetworkPort"
                                }
                            }
                        },
                        "links": {
                            "GetEtherNetworkPortByMoid": {
                                "operationId": "GetEtherNetworkPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/NetworkPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ether/PhysicalPorts": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.PhysicalPort' resource.",
                "operationId": "GetEtherPhysicalPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "READ.ether.PhysicalPort",
                            "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 'ether.PhysicalPort' 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/ether.PhysicalPort.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/ether/PhysicalPorts/{Moid}": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.PhysicalPort' resource.",
                "operationId": "GetEtherPhysicalPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "READ.ether.PhysicalPort",
                            "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 'ether.PhysicalPort' 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/ether.PhysicalPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEtherPhysicalPortByMoid": {
                                "operationId": "GetEtherPhysicalPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/PhysicalPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "ether"
                ],
                "summary": "Update a 'ether.PhysicalPort' resource.",
                "operationId": "UpdateEtherPhysicalPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.ether.PhysicalPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'ether.PhysicalPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ether.PhysicalPort"
                            }
                        },
                        "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 'ether.PhysicalPort' resource was modified as requested. The 'ether.PhysicalPort' 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/ether.PhysicalPort"
                                }
                            }
                        },
                        "links": {
                            "GetEtherPhysicalPortByMoid": {
                                "operationId": "GetEtherPhysicalPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/PhysicalPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "ether"
                ],
                "summary": "Update a 'ether.PhysicalPort' resource.",
                "operationId": "PatchEtherPhysicalPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.ether.PhysicalPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'ether.PhysicalPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ether.PhysicalPort"
                            }
                        },
                        "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 'ether.PhysicalPort' resource was patched as requested. The 'ether.PhysicalPort' 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/ether.PhysicalPort"
                                }
                            }
                        },
                        "links": {
                            "GetEtherPhysicalPortByMoid": {
                                "operationId": "GetEtherPhysicalPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/PhysicalPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/ether/PortChannels": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.PortChannel' resource.",
                "operationId": "GetEtherPortChannelList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "READ.ether.PortChannel",
                            "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 'ether.PortChannel' 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/ether.PortChannel.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/ether/PortChannels/{Moid}": {
            "get": {
                "tags": [
                    "ether"
                ],
                "summary": "Read a 'ether.PortChannel' resource.",
                "operationId": "GetEtherPortChannelByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "READ.ether.PortChannel",
                            "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 'ether.PortChannel' 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/ether.PortChannel"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetEtherPortChannelByMoid": {
                                "operationId": "GetEtherPortChannelByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/ether/PortChannels/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/AppliancePcRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.AppliancePcRole' resource.",
                "operationId": "GetFabricAppliancePcRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.AppliancePcRole",
                            "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 'fabric.AppliancePcRole' 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/fabric.AppliancePcRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.AppliancePcRole' resource.",
                "operationId": "CreateFabricAppliancePcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.AppliancePcRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.AppliancePcRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.AppliancePcRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.AppliancePcRole' resource was created as requested. The 'fabric.AppliancePcRole' 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/fabric.AppliancePcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricAppliancePcRoleByMoid": {
                                "operationId": "GetFabricAppliancePcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/AppliancePcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/AppliancePcRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.AppliancePcRole' resource.",
                "operationId": "GetFabricAppliancePcRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.AppliancePcRole",
                            "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 'fabric.AppliancePcRole' 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/fabric.AppliancePcRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricAppliancePcRoleByMoid": {
                                "operationId": "GetFabricAppliancePcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/AppliancePcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.AppliancePcRole' resource.",
                "operationId": "UpdateFabricAppliancePcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.AppliancePcRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.AppliancePcRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.AppliancePcRole"
                            }
                        },
                        "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 'fabric.AppliancePcRole' resource was modified as requested. The 'fabric.AppliancePcRole' 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/fabric.AppliancePcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricAppliancePcRoleByMoid": {
                                "operationId": "GetFabricAppliancePcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/AppliancePcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.AppliancePcRole' resource.",
                "operationId": "PatchFabricAppliancePcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.AppliancePcRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.AppliancePcRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.AppliancePcRole"
                            }
                        },
                        "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 'fabric.AppliancePcRole' resource was patched as requested. The 'fabric.AppliancePcRole' 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/fabric.AppliancePcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricAppliancePcRoleByMoid": {
                                "operationId": "GetFabricAppliancePcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/AppliancePcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.AppliancePcRole' resource.",
                "operationId": "DeleteFabricAppliancePcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.AppliancePcRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/ApplianceRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ApplianceRole' resource.",
                "operationId": "GetFabricApplianceRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.ApplianceRole",
                            "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 'fabric.ApplianceRole' 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/fabric.ApplianceRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.ApplianceRole' resource.",
                "operationId": "CreateFabricApplianceRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.ApplianceRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.ApplianceRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.ApplianceRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.ApplianceRole' resource was created as requested. The 'fabric.ApplianceRole' 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/fabric.ApplianceRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricApplianceRoleByMoid": {
                                "operationId": "GetFabricApplianceRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ApplianceRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/ApplianceRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ApplianceRole' resource.",
                "operationId": "GetFabricApplianceRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.ApplianceRole",
                            "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 'fabric.ApplianceRole' 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/fabric.ApplianceRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricApplianceRoleByMoid": {
                                "operationId": "GetFabricApplianceRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ApplianceRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.ApplianceRole' resource.",
                "operationId": "UpdateFabricApplianceRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.ApplianceRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.ApplianceRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.ApplianceRole"
                            }
                        },
                        "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 'fabric.ApplianceRole' resource was modified as requested. The 'fabric.ApplianceRole' 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/fabric.ApplianceRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricApplianceRoleByMoid": {
                                "operationId": "GetFabricApplianceRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ApplianceRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.ApplianceRole' resource.",
                "operationId": "PatchFabricApplianceRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.ApplianceRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.ApplianceRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.ApplianceRole"
                            }
                        },
                        "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 'fabric.ApplianceRole' resource was patched as requested. The 'fabric.ApplianceRole' 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/fabric.ApplianceRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricApplianceRoleByMoid": {
                                "operationId": "GetFabricApplianceRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ApplianceRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.ApplianceRole' resource.",
                "operationId": "DeleteFabricApplianceRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.ApplianceRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/ConfigChangeDetails": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ConfigChangeDetail' resource.",
                "operationId": "GetFabricConfigChangeDetailList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.ConfigChangeDetail",
                            "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 'fabric.ConfigChangeDetail' 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/fabric.ConfigChangeDetail.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/fabric/ConfigChangeDetails/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ConfigChangeDetail' resource.",
                "operationId": "GetFabricConfigChangeDetailByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.ConfigChangeDetail",
                            "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 'fabric.ConfigChangeDetail' 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/fabric.ConfigChangeDetail"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricConfigChangeDetailByMoid": {
                                "operationId": "GetFabricConfigChangeDetailByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ConfigChangeDetails/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/ConfigResults": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ConfigResult' resource.",
                "operationId": "GetFabricConfigResultList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.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 'fabric.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/fabric.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/fabric/ConfigResults/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ConfigResult' resource.",
                "operationId": "GetFabricConfigResultByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.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 'fabric.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/fabric.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": {
                            "GetFabricConfigResultByMoid": {
                                "operationId": "GetFabricConfigResultByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/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/fabric/ConfigResultEntries": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ConfigResultEntry' resource.",
                "operationId": "GetFabricConfigResultEntryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.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 'fabric.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/fabric.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/fabric/ConfigResultEntries/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ConfigResultEntry' resource.",
                "operationId": "GetFabricConfigResultEntryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.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 'fabric.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/fabric.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": {
                            "GetFabricConfigResultEntryByMoid": {
                                "operationId": "GetFabricConfigResultEntryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/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/fabric/ElementIdentities": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ElementIdentity' resource.",
                "operationId": "GetFabricElementIdentityList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.ElementIdentity",
                            "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 'fabric.ElementIdentity' 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/fabric.ElementIdentity.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/fabric/ElementIdentities/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ElementIdentity' resource.",
                "operationId": "GetFabricElementIdentityByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.ElementIdentity",
                            "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 'fabric.ElementIdentity' 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/fabric.ElementIdentity"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricElementIdentityByMoid": {
                                "operationId": "GetFabricElementIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ElementIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.ElementIdentity' resource.",
                "operationId": "UpdateFabricElementIdentity",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.ElementIdentity"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.ElementIdentity' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.ElementIdentity"
                            }
                        },
                        "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 'fabric.ElementIdentity' resource was modified as requested. The 'fabric.ElementIdentity' 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/fabric.ElementIdentity"
                                }
                            }
                        },
                        "links": {
                            "GetFabricElementIdentityByMoid": {
                                "operationId": "GetFabricElementIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ElementIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.ElementIdentity' resource.",
                "operationId": "PatchFabricElementIdentity",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.ElementIdentity"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.ElementIdentity' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.ElementIdentity"
                            }
                        },
                        "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 'fabric.ElementIdentity' resource was patched as requested. The 'fabric.ElementIdentity' 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/fabric.ElementIdentity"
                                }
                            }
                        },
                        "links": {
                            "GetFabricElementIdentityByMoid": {
                                "operationId": "GetFabricElementIdentityByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ElementIdentities/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/EstimateImpacts": {
            "post": {
                "tags": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.EstimateImpact' resource.",
                "operationId": "CreateFabricEstimateImpact",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.EstimateImpact",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Deploy domain profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EstimateImpact' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EstimateImpact"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.EstimateImpact' resource was created as requested. The 'fabric.EstimateImpact' 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/fabric.EstimateImpact"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEstimateImpactByMoid": {
                                "operationId": "GetFabricEstimateImpactByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EstimateImpacts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/EthNetworkControlPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkControlPolicy' resource.",
                "operationId": "GetFabricEthNetworkControlPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-only Ethernet Network Control policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.EthNetworkControlPolicy",
                            "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 'fabric.EthNetworkControlPolicy' 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/fabric.EthNetworkControlPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.EthNetworkControlPolicy' resource.",
                "operationId": "CreateFabricEthNetworkControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.EthNetworkControlPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Ethernet Network Control policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkControlPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkControlPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.EthNetworkControlPolicy' resource was created as requested. The 'fabric.EthNetworkControlPolicy' 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/fabric.EthNetworkControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkControlPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/EthNetworkControlPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkControlPolicy' resource.",
                "operationId": "GetFabricEthNetworkControlPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-only Ethernet Network Control policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.EthNetworkControlPolicy",
                            "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 'fabric.EthNetworkControlPolicy' 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/fabric.EthNetworkControlPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricEthNetworkControlPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.EthNetworkControlPolicy' resource.",
                "operationId": "UpdateFabricEthNetworkControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Ethernet Network Control policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.EthNetworkControlPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkControlPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkControlPolicy"
                            }
                        },
                        "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 'fabric.EthNetworkControlPolicy' resource was modified as requested. The 'fabric.EthNetworkControlPolicy' 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/fabric.EthNetworkControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkControlPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.EthNetworkControlPolicy' resource.",
                "operationId": "PatchFabricEthNetworkControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Ethernet Network Control policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.EthNetworkControlPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkControlPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkControlPolicy"
                            }
                        },
                        "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 'fabric.EthNetworkControlPolicy' resource was patched as requested. The 'fabric.EthNetworkControlPolicy' 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/fabric.EthNetworkControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkControlPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.EthNetworkControlPolicy' resource.",
                "operationId": "DeleteFabricEthNetworkControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.EthNetworkControlPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Ethernet Network Control policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch 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/fabric/EthNetworkControlPolicyInventories": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkControlPolicyInventory' resource.",
                "operationId": "GetFabricEthNetworkControlPolicyInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-only Ethernet Network Control policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.EthNetworkControlPolicyInventory",
                            "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 'fabric.EthNetworkControlPolicyInventory' 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/fabric.EthNetworkControlPolicyInventory.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/fabric/EthNetworkControlPolicyInventories/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkControlPolicyInventory' resource.",
                "operationId": "GetFabricEthNetworkControlPolicyInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-only Ethernet Network Control policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.EthNetworkControlPolicyInventory",
                            "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 'fabric.EthNetworkControlPolicyInventory' 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/fabric.EthNetworkControlPolicyInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricEthNetworkControlPolicyInventoryByMoid": {
                                "operationId": "GetFabricEthNetworkControlPolicyInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkControlPolicyInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/EthNetworkGroupPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkGroupPolicy' resource.",
                "operationId": "GetFabricEthNetworkGroupPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Ethernet Network Group policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.EthNetworkGroupPolicy",
                            "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 'fabric.EthNetworkGroupPolicy' 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/fabric.EthNetworkGroupPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.EthNetworkGroupPolicy' resource.",
                "operationId": "CreateFabricEthNetworkGroupPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.EthNetworkGroupPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Ethernet Network Group policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkGroupPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.EthNetworkGroupPolicy' resource was created as requested. The 'fabric.EthNetworkGroupPolicy' 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/fabric.EthNetworkGroupPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkGroupPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkGroupPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkGroupPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/EthNetworkGroupPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkGroupPolicy' resource.",
                "operationId": "GetFabricEthNetworkGroupPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Ethernet Network Group policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.EthNetworkGroupPolicy",
                            "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 'fabric.EthNetworkGroupPolicy' 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/fabric.EthNetworkGroupPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricEthNetworkGroupPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkGroupPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkGroupPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.EthNetworkGroupPolicy' resource.",
                "operationId": "UpdateFabricEthNetworkGroupPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Ethernet Network Group policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.EthNetworkGroupPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkGroupPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy"
                            }
                        },
                        "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 'fabric.EthNetworkGroupPolicy' resource was modified as requested. The 'fabric.EthNetworkGroupPolicy' 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/fabric.EthNetworkGroupPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkGroupPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkGroupPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkGroupPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.EthNetworkGroupPolicy' resource.",
                "operationId": "PatchFabricEthNetworkGroupPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Ethernet Network Group policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.EthNetworkGroupPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkGroupPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy"
                            }
                        },
                        "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 'fabric.EthNetworkGroupPolicy' resource was patched as requested. The 'fabric.EthNetworkGroupPolicy' 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/fabric.EthNetworkGroupPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkGroupPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkGroupPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkGroupPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.EthNetworkGroupPolicy' resource.",
                "operationId": "DeleteFabricEthNetworkGroupPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.EthNetworkGroupPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Ethernet Network Group policies",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch 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/fabric/EthNetworkGroupPolicyInventories": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkGroupPolicyInventory' resource.",
                "operationId": "GetFabricEthNetworkGroupPolicyInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Ethernet Network Group policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.EthNetworkGroupPolicyInventory",
                            "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 'fabric.EthNetworkGroupPolicyInventory' 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/fabric.EthNetworkGroupPolicyInventory.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/fabric/EthNetworkGroupPolicyInventories/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkGroupPolicyInventory' resource.",
                "operationId": "GetFabricEthNetworkGroupPolicyInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Ethernet Network Group policies",
                            "PRIVSET.View Server Profiles",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.EthNetworkGroupPolicyInventory",
                            "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 'fabric.EthNetworkGroupPolicyInventory' 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/fabric.EthNetworkGroupPolicyInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricEthNetworkGroupPolicyInventoryByMoid": {
                                "operationId": "GetFabricEthNetworkGroupPolicyInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkGroupPolicyInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/EthNetworkPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkPolicy' resource.",
                "operationId": "GetFabricEthNetworkPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only VLAN policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.EthNetworkPolicy",
                            "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 'fabric.EthNetworkPolicy' 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/fabric.EthNetworkPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.EthNetworkPolicy' resource.",
                "operationId": "CreateFabricEthNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.EthNetworkPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VLAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.EthNetworkPolicy' resource was created as requested. The 'fabric.EthNetworkPolicy' 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/fabric.EthNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/EthNetworkPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.EthNetworkPolicy' resource.",
                "operationId": "GetFabricEthNetworkPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only VLAN policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.EthNetworkPolicy",
                            "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 'fabric.EthNetworkPolicy' 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/fabric.EthNetworkPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricEthNetworkPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.EthNetworkPolicy' resource.",
                "operationId": "UpdateFabricEthNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit VLAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.EthNetworkPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkPolicy"
                            }
                        },
                        "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 'fabric.EthNetworkPolicy' resource was modified as requested. The 'fabric.EthNetworkPolicy' 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/fabric.EthNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.EthNetworkPolicy' resource.",
                "operationId": "PatchFabricEthNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit VLAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.EthNetworkPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.EthNetworkPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.EthNetworkPolicy"
                            }
                        },
                        "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 'fabric.EthNetworkPolicy' resource was patched as requested. The 'fabric.EthNetworkPolicy' 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/fabric.EthNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricEthNetworkPolicyByMoid": {
                                "operationId": "GetFabricEthNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/EthNetworkPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.EthNetworkPolicy' resource.",
                "operationId": "DeleteFabricEthNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.EthNetworkPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete VLAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/FcNetworkPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcNetworkPolicy' resource.",
                "operationId": "GetFabricFcNetworkPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only VSAN policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.FcNetworkPolicy",
                            "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 'fabric.FcNetworkPolicy' 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/fabric.FcNetworkPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.FcNetworkPolicy' resource.",
                "operationId": "CreateFabricFcNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.FcNetworkPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VSAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcNetworkPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcNetworkPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.FcNetworkPolicy' resource was created as requested. The 'fabric.FcNetworkPolicy' 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/fabric.FcNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcNetworkPolicyByMoid": {
                                "operationId": "GetFabricFcNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcNetworkPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/FcNetworkPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcNetworkPolicy' resource.",
                "operationId": "GetFabricFcNetworkPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only VSAN policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.FcNetworkPolicy",
                            "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 'fabric.FcNetworkPolicy' 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/fabric.FcNetworkPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricFcNetworkPolicyByMoid": {
                                "operationId": "GetFabricFcNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcNetworkPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcNetworkPolicy' resource.",
                "operationId": "UpdateFabricFcNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit VSAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcNetworkPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcNetworkPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcNetworkPolicy"
                            }
                        },
                        "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 'fabric.FcNetworkPolicy' resource was modified as requested. The 'fabric.FcNetworkPolicy' 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/fabric.FcNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcNetworkPolicyByMoid": {
                                "operationId": "GetFabricFcNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcNetworkPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcNetworkPolicy' resource.",
                "operationId": "PatchFabricFcNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit VSAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcNetworkPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcNetworkPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcNetworkPolicy"
                            }
                        },
                        "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 'fabric.FcNetworkPolicy' resource was patched as requested. The 'fabric.FcNetworkPolicy' 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/fabric.FcNetworkPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcNetworkPolicyByMoid": {
                                "operationId": "GetFabricFcNetworkPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcNetworkPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.FcNetworkPolicy' resource.",
                "operationId": "DeleteFabricFcNetworkPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.FcNetworkPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete VSAN policies",
                            "PRIVSET.Manage Switch 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/fabric/FcStorageRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcStorageRole' resource.",
                "operationId": "GetFabricFcStorageRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcStorageRole",
                            "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 'fabric.FcStorageRole' 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/fabric.FcStorageRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.FcStorageRole' resource.",
                "operationId": "CreateFabricFcStorageRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.FcStorageRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcStorageRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcStorageRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.FcStorageRole' resource was created as requested. The 'fabric.FcStorageRole' 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/fabric.FcStorageRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcStorageRoleByMoid": {
                                "operationId": "GetFabricFcStorageRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcStorageRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/FcStorageRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcStorageRole' resource.",
                "operationId": "GetFabricFcStorageRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcStorageRole",
                            "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 'fabric.FcStorageRole' 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/fabric.FcStorageRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricFcStorageRoleByMoid": {
                                "operationId": "GetFabricFcStorageRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcStorageRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcStorageRole' resource.",
                "operationId": "UpdateFabricFcStorageRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcStorageRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcStorageRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcStorageRole"
                            }
                        },
                        "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 'fabric.FcStorageRole' resource was modified as requested. The 'fabric.FcStorageRole' 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/fabric.FcStorageRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcStorageRoleByMoid": {
                                "operationId": "GetFabricFcStorageRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcStorageRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcStorageRole' resource.",
                "operationId": "PatchFabricFcStorageRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcStorageRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcStorageRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcStorageRole"
                            }
                        },
                        "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 'fabric.FcStorageRole' resource was patched as requested. The 'fabric.FcStorageRole' 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/fabric.FcStorageRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcStorageRoleByMoid": {
                                "operationId": "GetFabricFcStorageRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcStorageRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.FcStorageRole' resource.",
                "operationId": "DeleteFabricFcStorageRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.FcStorageRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/FcUplinkPcRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcUplinkPcRole' resource.",
                "operationId": "GetFabricFcUplinkPcRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcUplinkPcRole",
                            "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 'fabric.FcUplinkPcRole' 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/fabric.FcUplinkPcRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.FcUplinkPcRole' resource.",
                "operationId": "CreateFabricFcUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.FcUplinkPcRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcUplinkPcRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcUplinkPcRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.FcUplinkPcRole' resource was created as requested. The 'fabric.FcUplinkPcRole' 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/fabric.FcUplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcUplinkPcRoleByMoid": {
                                "operationId": "GetFabricFcUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcUplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/FcUplinkPcRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcUplinkPcRole' resource.",
                "operationId": "GetFabricFcUplinkPcRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcUplinkPcRole",
                            "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 'fabric.FcUplinkPcRole' 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/fabric.FcUplinkPcRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricFcUplinkPcRoleByMoid": {
                                "operationId": "GetFabricFcUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcUplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcUplinkPcRole' resource.",
                "operationId": "UpdateFabricFcUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcUplinkPcRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcUplinkPcRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcUplinkPcRole"
                            }
                        },
                        "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 'fabric.FcUplinkPcRole' resource was modified as requested. The 'fabric.FcUplinkPcRole' 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/fabric.FcUplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcUplinkPcRoleByMoid": {
                                "operationId": "GetFabricFcUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcUplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcUplinkPcRole' resource.",
                "operationId": "PatchFabricFcUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcUplinkPcRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcUplinkPcRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcUplinkPcRole"
                            }
                        },
                        "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 'fabric.FcUplinkPcRole' resource was patched as requested. The 'fabric.FcUplinkPcRole' 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/fabric.FcUplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcUplinkPcRoleByMoid": {
                                "operationId": "GetFabricFcUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcUplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.FcUplinkPcRole' resource.",
                "operationId": "DeleteFabricFcUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.FcUplinkPcRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Manage Switch 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/fabric/FcUplinkRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcUplinkRole' resource.",
                "operationId": "GetFabricFcUplinkRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcUplinkRole",
                            "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 'fabric.FcUplinkRole' 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/fabric.FcUplinkRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.FcUplinkRole' resource.",
                "operationId": "CreateFabricFcUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.FcUplinkRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcUplinkRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcUplinkRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.FcUplinkRole' resource was created as requested. The 'fabric.FcUplinkRole' 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/fabric.FcUplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcUplinkRoleByMoid": {
                                "operationId": "GetFabricFcUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcUplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/FcUplinkRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcUplinkRole' resource.",
                "operationId": "GetFabricFcUplinkRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcUplinkRole",
                            "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 'fabric.FcUplinkRole' 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/fabric.FcUplinkRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricFcUplinkRoleByMoid": {
                                "operationId": "GetFabricFcUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcUplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcUplinkRole' resource.",
                "operationId": "UpdateFabricFcUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcUplinkRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcUplinkRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcUplinkRole"
                            }
                        },
                        "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 'fabric.FcUplinkRole' resource was modified as requested. The 'fabric.FcUplinkRole' 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/fabric.FcUplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcUplinkRoleByMoid": {
                                "operationId": "GetFabricFcUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcUplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcUplinkRole' resource.",
                "operationId": "PatchFabricFcUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcUplinkRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcUplinkRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcUplinkRole"
                            }
                        },
                        "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 'fabric.FcUplinkRole' resource was patched as requested. The 'fabric.FcUplinkRole' 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/fabric.FcUplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcUplinkRoleByMoid": {
                                "operationId": "GetFabricFcUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcUplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.FcUplinkRole' resource.",
                "operationId": "DeleteFabricFcUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.FcUplinkRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/FcZonePolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcZonePolicy' resource.",
                "operationId": "GetFabricFcZonePolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only FC Zone policies",
                            "PRIVSET.View Server Profiles",
                            "READ.fabric.FcZonePolicy",
                            "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 'fabric.FcZonePolicy' 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/fabric.FcZonePolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.FcZonePolicy' resource.",
                "operationId": "CreateFabricFcZonePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.FcZonePolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit FC Zone policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcZonePolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcZonePolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.FcZonePolicy' resource was created as requested. The 'fabric.FcZonePolicy' 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/fabric.FcZonePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcZonePolicyByMoid": {
                                "operationId": "GetFabricFcZonePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcZonePolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/FcZonePolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcZonePolicy' resource.",
                "operationId": "GetFabricFcZonePolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Server Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only FC Zone policies",
                            "PRIVSET.View Server Profiles",
                            "READ.fabric.FcZonePolicy",
                            "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 'fabric.FcZonePolicy' 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/fabric.FcZonePolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricFcZonePolicyByMoid": {
                                "operationId": "GetFabricFcZonePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcZonePolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcZonePolicy' resource.",
                "operationId": "UpdateFabricFcZonePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit FC Zone policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcZonePolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcZonePolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcZonePolicy"
                            }
                        },
                        "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 'fabric.FcZonePolicy' resource was modified as requested. The 'fabric.FcZonePolicy' 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/fabric.FcZonePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcZonePolicyByMoid": {
                                "operationId": "GetFabricFcZonePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcZonePolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcZonePolicy' resource.",
                "operationId": "PatchFabricFcZonePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit FC Zone policies",
                            "PRIVSET.Manage Server Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcZonePolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcZonePolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcZonePolicy"
                            }
                        },
                        "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 'fabric.FcZonePolicy' resource was patched as requested. The 'fabric.FcZonePolicy' 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/fabric.FcZonePolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcZonePolicyByMoid": {
                                "operationId": "GetFabricFcZonePolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcZonePolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.FcZonePolicy' resource.",
                "operationId": "DeleteFabricFcZonePolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.FcZonePolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete FC Zone policies",
                            "PRIVSET.Manage Server 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/fabric/FcoeUplinkPcRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcoeUplinkPcRole' resource.",
                "operationId": "GetFabricFcoeUplinkPcRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcoeUplinkPcRole",
                            "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 'fabric.FcoeUplinkPcRole' 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/fabric.FcoeUplinkPcRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.FcoeUplinkPcRole' resource.",
                "operationId": "CreateFabricFcoeUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.FcoeUplinkPcRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcoeUplinkPcRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcoeUplinkPcRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.FcoeUplinkPcRole' resource was created as requested. The 'fabric.FcoeUplinkPcRole' 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/fabric.FcoeUplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcoeUplinkPcRoleByMoid": {
                                "operationId": "GetFabricFcoeUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcoeUplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/FcoeUplinkPcRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcoeUplinkPcRole' resource.",
                "operationId": "GetFabricFcoeUplinkPcRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcoeUplinkPcRole",
                            "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 'fabric.FcoeUplinkPcRole' 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/fabric.FcoeUplinkPcRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricFcoeUplinkPcRoleByMoid": {
                                "operationId": "GetFabricFcoeUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcoeUplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcoeUplinkPcRole' resource.",
                "operationId": "UpdateFabricFcoeUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcoeUplinkPcRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcoeUplinkPcRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcoeUplinkPcRole"
                            }
                        },
                        "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 'fabric.FcoeUplinkPcRole' resource was modified as requested. The 'fabric.FcoeUplinkPcRole' 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/fabric.FcoeUplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcoeUplinkPcRoleByMoid": {
                                "operationId": "GetFabricFcoeUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcoeUplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcoeUplinkPcRole' resource.",
                "operationId": "PatchFabricFcoeUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcoeUplinkPcRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcoeUplinkPcRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcoeUplinkPcRole"
                            }
                        },
                        "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 'fabric.FcoeUplinkPcRole' resource was patched as requested. The 'fabric.FcoeUplinkPcRole' 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/fabric.FcoeUplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcoeUplinkPcRoleByMoid": {
                                "operationId": "GetFabricFcoeUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcoeUplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.FcoeUplinkPcRole' resource.",
                "operationId": "DeleteFabricFcoeUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.FcoeUplinkPcRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/FcoeUplinkRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcoeUplinkRole' resource.",
                "operationId": "GetFabricFcoeUplinkRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcoeUplinkRole",
                            "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 'fabric.FcoeUplinkRole' 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/fabric.FcoeUplinkRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.FcoeUplinkRole' resource.",
                "operationId": "CreateFabricFcoeUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.FcoeUplinkRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcoeUplinkRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcoeUplinkRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.FcoeUplinkRole' resource was created as requested. The 'fabric.FcoeUplinkRole' 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/fabric.FcoeUplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcoeUplinkRoleByMoid": {
                                "operationId": "GetFabricFcoeUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcoeUplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/FcoeUplinkRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FcoeUplinkRole' resource.",
                "operationId": "GetFabricFcoeUplinkRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.FcoeUplinkRole",
                            "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 'fabric.FcoeUplinkRole' 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/fabric.FcoeUplinkRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricFcoeUplinkRoleByMoid": {
                                "operationId": "GetFabricFcoeUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcoeUplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcoeUplinkRole' resource.",
                "operationId": "UpdateFabricFcoeUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcoeUplinkRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcoeUplinkRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcoeUplinkRole"
                            }
                        },
                        "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 'fabric.FcoeUplinkRole' resource was modified as requested. The 'fabric.FcoeUplinkRole' 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/fabric.FcoeUplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcoeUplinkRoleByMoid": {
                                "operationId": "GetFabricFcoeUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcoeUplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FcoeUplinkRole' resource.",
                "operationId": "PatchFabricFcoeUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FcoeUplinkRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FcoeUplinkRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FcoeUplinkRole"
                            }
                        },
                        "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 'fabric.FcoeUplinkRole' resource was patched as requested. The 'fabric.FcoeUplinkRole' 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/fabric.FcoeUplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFcoeUplinkRoleByMoid": {
                                "operationId": "GetFabricFcoeUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FcoeUplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.FcoeUplinkRole' resource.",
                "operationId": "DeleteFabricFcoeUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.FcoeUplinkRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/FlowControlPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FlowControlPolicy' resource.",
                "operationId": "GetFabricFlowControlPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Flow Control policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.FlowControlPolicy",
                            "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 'fabric.FlowControlPolicy' 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/fabric.FlowControlPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.FlowControlPolicy' resource.",
                "operationId": "CreateFabricFlowControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.FlowControlPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Flow Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FlowControlPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FlowControlPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.FlowControlPolicy' resource was created as requested. The 'fabric.FlowControlPolicy' 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/fabric.FlowControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFlowControlPolicyByMoid": {
                                "operationId": "GetFabricFlowControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FlowControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/FlowControlPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.FlowControlPolicy' resource.",
                "operationId": "GetFabricFlowControlPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Flow Control policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.FlowControlPolicy",
                            "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 'fabric.FlowControlPolicy' 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/fabric.FlowControlPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricFlowControlPolicyByMoid": {
                                "operationId": "GetFabricFlowControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FlowControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FlowControlPolicy' resource.",
                "operationId": "UpdateFabricFlowControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Flow Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FlowControlPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FlowControlPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FlowControlPolicy"
                            }
                        },
                        "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 'fabric.FlowControlPolicy' resource was modified as requested. The 'fabric.FlowControlPolicy' 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/fabric.FlowControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFlowControlPolicyByMoid": {
                                "operationId": "GetFabricFlowControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FlowControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.FlowControlPolicy' resource.",
                "operationId": "PatchFabricFlowControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Flow Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.FlowControlPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.FlowControlPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.FlowControlPolicy"
                            }
                        },
                        "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 'fabric.FlowControlPolicy' resource was patched as requested. The 'fabric.FlowControlPolicy' 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/fabric.FlowControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricFlowControlPolicyByMoid": {
                                "operationId": "GetFabricFlowControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/FlowControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.FlowControlPolicy' resource.",
                "operationId": "DeleteFabricFlowControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.FlowControlPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Flow Control policies",
                            "PRIVSET.Manage Switch 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/fabric/LanPinGroups": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.LanPinGroup' resource.",
                "operationId": "GetFabricLanPinGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LAN Connectivity policies",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.Read-only vNIC templates",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.LanPinGroup",
                            "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 'fabric.LanPinGroup' 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/fabric.LanPinGroup.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.LanPinGroup' resource.",
                "operationId": "CreateFabricLanPinGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.LanPinGroup",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LAN Connectivity policies",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit LAN Connectivity policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LanPinGroup' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LanPinGroup"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.LanPinGroup' resource was created as requested. The 'fabric.LanPinGroup' 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/fabric.LanPinGroup"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLanPinGroupByMoid": {
                                "operationId": "GetFabricLanPinGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LanPinGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/LanPinGroups/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.LanPinGroup' resource.",
                "operationId": "GetFabricLanPinGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only LAN Connectivity policies",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.Read-only vNIC templates",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.LanPinGroup",
                            "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 'fabric.LanPinGroup' 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/fabric.LanPinGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricLanPinGroupByMoid": {
                                "operationId": "GetFabricLanPinGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LanPinGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.LanPinGroup' resource.",
                "operationId": "UpdateFabricLanPinGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LAN Connectivity policies",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit LAN Connectivity policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.LanPinGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LanPinGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LanPinGroup"
                            }
                        },
                        "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 'fabric.LanPinGroup' resource was modified as requested. The 'fabric.LanPinGroup' 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/fabric.LanPinGroup"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLanPinGroupByMoid": {
                                "operationId": "GetFabricLanPinGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LanPinGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.LanPinGroup' resource.",
                "operationId": "PatchFabricLanPinGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LAN Connectivity policies",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit LAN Connectivity policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.LanPinGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LanPinGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LanPinGroup"
                            }
                        },
                        "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 'fabric.LanPinGroup' resource was patched as requested. The 'fabric.LanPinGroup' 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/fabric.LanPinGroup"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLanPinGroupByMoid": {
                                "operationId": "GetFabricLanPinGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LanPinGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.LanPinGroup' resource.",
                "operationId": "DeleteFabricLanPinGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.LanPinGroup",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit LAN Connectivity policies",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete LAN Connectivity policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit LAN Connectivity policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/LinkAggregationPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.LinkAggregationPolicy' resource.",
                "operationId": "GetFabricLinkAggregationPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Link Aggregation policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.LinkAggregationPolicy",
                            "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 'fabric.LinkAggregationPolicy' 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/fabric.LinkAggregationPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.LinkAggregationPolicy' resource.",
                "operationId": "CreateFabricLinkAggregationPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.LinkAggregationPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Link Aggregation policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LinkAggregationPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LinkAggregationPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.LinkAggregationPolicy' resource was created as requested. The 'fabric.LinkAggregationPolicy' 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/fabric.LinkAggregationPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLinkAggregationPolicyByMoid": {
                                "operationId": "GetFabricLinkAggregationPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LinkAggregationPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/LinkAggregationPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.LinkAggregationPolicy' resource.",
                "operationId": "GetFabricLinkAggregationPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Link Aggregation policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.LinkAggregationPolicy",
                            "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 'fabric.LinkAggregationPolicy' 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/fabric.LinkAggregationPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricLinkAggregationPolicyByMoid": {
                                "operationId": "GetFabricLinkAggregationPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LinkAggregationPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.LinkAggregationPolicy' resource.",
                "operationId": "UpdateFabricLinkAggregationPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Link Aggregation policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.LinkAggregationPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LinkAggregationPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LinkAggregationPolicy"
                            }
                        },
                        "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 'fabric.LinkAggregationPolicy' resource was modified as requested. The 'fabric.LinkAggregationPolicy' 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/fabric.LinkAggregationPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLinkAggregationPolicyByMoid": {
                                "operationId": "GetFabricLinkAggregationPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LinkAggregationPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.LinkAggregationPolicy' resource.",
                "operationId": "PatchFabricLinkAggregationPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Link Aggregation policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.LinkAggregationPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LinkAggregationPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LinkAggregationPolicy"
                            }
                        },
                        "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 'fabric.LinkAggregationPolicy' resource was patched as requested. The 'fabric.LinkAggregationPolicy' 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/fabric.LinkAggregationPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLinkAggregationPolicyByMoid": {
                                "operationId": "GetFabricLinkAggregationPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LinkAggregationPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.LinkAggregationPolicy' resource.",
                "operationId": "DeleteFabricLinkAggregationPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.LinkAggregationPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Link Aggregation policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/LinkControlPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.LinkControlPolicy' resource.",
                "operationId": "GetFabricLinkControlPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Link Control policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.LinkControlPolicy",
                            "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 'fabric.LinkControlPolicy' 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/fabric.LinkControlPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.LinkControlPolicy' resource.",
                "operationId": "CreateFabricLinkControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.LinkControlPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Link Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LinkControlPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LinkControlPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.LinkControlPolicy' resource was created as requested. The 'fabric.LinkControlPolicy' 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/fabric.LinkControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLinkControlPolicyByMoid": {
                                "operationId": "GetFabricLinkControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LinkControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/LinkControlPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.LinkControlPolicy' resource.",
                "operationId": "GetFabricLinkControlPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Link Control policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.LinkControlPolicy",
                            "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 'fabric.LinkControlPolicy' 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/fabric.LinkControlPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricLinkControlPolicyByMoid": {
                                "operationId": "GetFabricLinkControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LinkControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.LinkControlPolicy' resource.",
                "operationId": "UpdateFabricLinkControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Link Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.LinkControlPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LinkControlPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LinkControlPolicy"
                            }
                        },
                        "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 'fabric.LinkControlPolicy' resource was modified as requested. The 'fabric.LinkControlPolicy' 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/fabric.LinkControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLinkControlPolicyByMoid": {
                                "operationId": "GetFabricLinkControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LinkControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.LinkControlPolicy' resource.",
                "operationId": "PatchFabricLinkControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Link Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.LinkControlPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.LinkControlPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.LinkControlPolicy"
                            }
                        },
                        "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 'fabric.LinkControlPolicy' resource was patched as requested. The 'fabric.LinkControlPolicy' 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/fabric.LinkControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricLinkControlPolicyByMoid": {
                                "operationId": "GetFabricLinkControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/LinkControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.LinkControlPolicy' resource.",
                "operationId": "DeleteFabricLinkControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.LinkControlPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Link Control policies",
                            "PRIVSET.Manage Switch 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/fabric/MacSecPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.MacSecPolicy' resource.",
                "operationId": "GetFabricMacSecPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.MacSecPolicy",
                            "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 'fabric.MacSecPolicy' 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/fabric.MacSecPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.MacSecPolicy' resource.",
                "operationId": "CreateFabricMacSecPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.MacSecPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.MacSecPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.MacSecPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.MacSecPolicy' resource was created as requested. The 'fabric.MacSecPolicy' 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/fabric.MacSecPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricMacSecPolicyByMoid": {
                                "operationId": "GetFabricMacSecPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/MacSecPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/MacSecPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.MacSecPolicy' resource.",
                "operationId": "GetFabricMacSecPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.MacSecPolicy",
                            "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 'fabric.MacSecPolicy' 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/fabric.MacSecPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricMacSecPolicyByMoid": {
                                "operationId": "GetFabricMacSecPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/MacSecPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.MacSecPolicy' resource.",
                "operationId": "UpdateFabricMacSecPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.MacSecPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.MacSecPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.MacSecPolicy"
                            }
                        },
                        "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 'fabric.MacSecPolicy' resource was modified as requested. The 'fabric.MacSecPolicy' 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/fabric.MacSecPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricMacSecPolicyByMoid": {
                                "operationId": "GetFabricMacSecPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/MacSecPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.MacSecPolicy' resource.",
                "operationId": "PatchFabricMacSecPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.MacSecPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.MacSecPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.MacSecPolicy"
                            }
                        },
                        "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 'fabric.MacSecPolicy' resource was patched as requested. The 'fabric.MacSecPolicy' 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/fabric.MacSecPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricMacSecPolicyByMoid": {
                                "operationId": "GetFabricMacSecPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/MacSecPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.MacSecPolicy' resource.",
                "operationId": "DeleteFabricMacSecPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.MacSecPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch 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/fabric/MulticastPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.MulticastPolicy' resource.",
                "operationId": "GetFabricMulticastPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Multicast policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.MulticastPolicy",
                            "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 'fabric.MulticastPolicy' 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/fabric.MulticastPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.MulticastPolicy' resource.",
                "operationId": "CreateFabricMulticastPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.MulticastPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Multicast policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.MulticastPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.MulticastPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.MulticastPolicy' resource was created as requested. The 'fabric.MulticastPolicy' 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/fabric.MulticastPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricMulticastPolicyByMoid": {
                                "operationId": "GetFabricMulticastPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/MulticastPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/MulticastPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.MulticastPolicy' resource.",
                "operationId": "GetFabricMulticastPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Multicast policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.MulticastPolicy",
                            "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 'fabric.MulticastPolicy' 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/fabric.MulticastPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricMulticastPolicyByMoid": {
                                "operationId": "GetFabricMulticastPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/MulticastPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.MulticastPolicy' resource.",
                "operationId": "UpdateFabricMulticastPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Multicast policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.MulticastPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.MulticastPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.MulticastPolicy"
                            }
                        },
                        "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 'fabric.MulticastPolicy' resource was modified as requested. The 'fabric.MulticastPolicy' 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/fabric.MulticastPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricMulticastPolicyByMoid": {
                                "operationId": "GetFabricMulticastPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/MulticastPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.MulticastPolicy' resource.",
                "operationId": "PatchFabricMulticastPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Multicast policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.MulticastPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.MulticastPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.MulticastPolicy"
                            }
                        },
                        "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 'fabric.MulticastPolicy' resource was patched as requested. The 'fabric.MulticastPolicy' 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/fabric.MulticastPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricMulticastPolicyByMoid": {
                                "operationId": "GetFabricMulticastPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/MulticastPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.MulticastPolicy' resource.",
                "operationId": "DeleteFabricMulticastPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.MulticastPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Multicast policies",
                            "PRIVSET.Manage Switch 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/fabric/NetFlowExporters": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.NetFlowExporter' resource.",
                "operationId": "GetFabricNetFlowExporterList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.NetFlowExporter",
                            "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 'fabric.NetFlowExporter' 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/fabric.NetFlowExporter.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.NetFlowExporter' resource.",
                "operationId": "CreateFabricNetFlowExporter",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.NetFlowExporter",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowExporter' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowExporter"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.NetFlowExporter' resource was created as requested. The 'fabric.NetFlowExporter' 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/fabric.NetFlowExporter"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowExporterByMoid": {
                                "operationId": "GetFabricNetFlowExporterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowExporters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/NetFlowExporters/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.NetFlowExporter' resource.",
                "operationId": "GetFabricNetFlowExporterByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.NetFlowExporter",
                            "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 'fabric.NetFlowExporter' 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/fabric.NetFlowExporter"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricNetFlowExporterByMoid": {
                                "operationId": "GetFabricNetFlowExporterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowExporters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.NetFlowExporter' resource.",
                "operationId": "UpdateFabricNetFlowExporter",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.NetFlowExporter"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowExporter' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowExporter"
                            }
                        },
                        "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 'fabric.NetFlowExporter' resource was modified as requested. The 'fabric.NetFlowExporter' 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/fabric.NetFlowExporter"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowExporterByMoid": {
                                "operationId": "GetFabricNetFlowExporterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowExporters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.NetFlowExporter' resource.",
                "operationId": "PatchFabricNetFlowExporter",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.NetFlowExporter"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowExporter' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowExporter"
                            }
                        },
                        "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 'fabric.NetFlowExporter' resource was patched as requested. The 'fabric.NetFlowExporter' 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/fabric.NetFlowExporter"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowExporterByMoid": {
                                "operationId": "GetFabricNetFlowExporterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowExporters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.NetFlowExporter' resource.",
                "operationId": "DeleteFabricNetFlowExporter",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.NetFlowExporter",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch 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/fabric/NetFlowMonitors": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.NetFlowMonitor' resource.",
                "operationId": "GetFabricNetFlowMonitorList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Server Administrator",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.NetFlowMonitor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Server 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 'fabric.NetFlowMonitor' 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/fabric.NetFlowMonitor.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.NetFlowMonitor' resource.",
                "operationId": "CreateFabricNetFlowMonitor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.NetFlowMonitor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowMonitor' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowMonitor"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.NetFlowMonitor' resource was created as requested. The 'fabric.NetFlowMonitor' 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/fabric.NetFlowMonitor"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowMonitorByMoid": {
                                "operationId": "GetFabricNetFlowMonitorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowMonitors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/NetFlowMonitors/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.NetFlowMonitor' resource.",
                "operationId": "GetFabricNetFlowMonitorByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Server Administrator",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.NetFlowMonitor",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Server 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 'fabric.NetFlowMonitor' 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/fabric.NetFlowMonitor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricNetFlowMonitorByMoid": {
                                "operationId": "GetFabricNetFlowMonitorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowMonitors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.NetFlowMonitor' resource.",
                "operationId": "UpdateFabricNetFlowMonitor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.NetFlowMonitor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowMonitor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowMonitor"
                            }
                        },
                        "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 'fabric.NetFlowMonitor' resource was modified as requested. The 'fabric.NetFlowMonitor' 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/fabric.NetFlowMonitor"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowMonitorByMoid": {
                                "operationId": "GetFabricNetFlowMonitorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowMonitors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.NetFlowMonitor' resource.",
                "operationId": "PatchFabricNetFlowMonitor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.NetFlowMonitor"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowMonitor' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowMonitor"
                            }
                        },
                        "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 'fabric.NetFlowMonitor' resource was patched as requested. The 'fabric.NetFlowMonitor' 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/fabric.NetFlowMonitor"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowMonitorByMoid": {
                                "operationId": "GetFabricNetFlowMonitorByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowMonitors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.NetFlowMonitor' resource.",
                "operationId": "DeleteFabricNetFlowMonitor",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.NetFlowMonitor",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch 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/fabric/NetFlowPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.NetFlowPolicy' resource.",
                "operationId": "GetFabricNetFlowPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Server Administrator",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.NetFlowPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Server 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 'fabric.NetFlowPolicy' 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/fabric.NetFlowPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.NetFlowPolicy' resource.",
                "operationId": "CreateFabricNetFlowPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.NetFlowPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.NetFlowPolicy' resource was created as requested. The 'fabric.NetFlowPolicy' 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/fabric.NetFlowPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowPolicyByMoid": {
                                "operationId": "GetFabricNetFlowPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/NetFlowPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.NetFlowPolicy' resource.",
                "operationId": "GetFabricNetFlowPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Server Administrator",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.NetFlowPolicy",
                            "ROLE.Account Administrator",
                            "ROLE.Read-Only",
                            "ROLE.Server 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 'fabric.NetFlowPolicy' 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/fabric.NetFlowPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricNetFlowPolicyByMoid": {
                                "operationId": "GetFabricNetFlowPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.NetFlowPolicy' resource.",
                "operationId": "UpdateFabricNetFlowPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.NetFlowPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowPolicy"
                            }
                        },
                        "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 'fabric.NetFlowPolicy' resource was modified as requested. The 'fabric.NetFlowPolicy' 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/fabric.NetFlowPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowPolicyByMoid": {
                                "operationId": "GetFabricNetFlowPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.NetFlowPolicy' resource.",
                "operationId": "PatchFabricNetFlowPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.NetFlowPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowPolicy"
                            }
                        },
                        "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 'fabric.NetFlowPolicy' resource was patched as requested. The 'fabric.NetFlowPolicy' 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/fabric.NetFlowPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowPolicyByMoid": {
                                "operationId": "GetFabricNetFlowPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.NetFlowPolicy' resource.",
                "operationId": "DeleteFabricNetFlowPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.NetFlowPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch 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/fabric/NetFlowRecords": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.NetFlowRecord' resource.",
                "operationId": "GetFabricNetFlowRecordList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.NetFlowRecord",
                            "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 'fabric.NetFlowRecord' 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/fabric.NetFlowRecord.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.NetFlowRecord' resource.",
                "operationId": "CreateFabricNetFlowRecord",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.NetFlowRecord",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowRecord' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowRecord"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.NetFlowRecord' resource was created as requested. The 'fabric.NetFlowRecord' 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/fabric.NetFlowRecord"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowRecordByMoid": {
                                "operationId": "GetFabricNetFlowRecordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowRecords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/NetFlowRecords/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.NetFlowRecord' resource.",
                "operationId": "GetFabricNetFlowRecordByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.NetFlowRecord",
                            "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 'fabric.NetFlowRecord' 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/fabric.NetFlowRecord"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricNetFlowRecordByMoid": {
                                "operationId": "GetFabricNetFlowRecordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowRecords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.NetFlowRecord' resource.",
                "operationId": "UpdateFabricNetFlowRecord",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.NetFlowRecord"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowRecord' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowRecord"
                            }
                        },
                        "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 'fabric.NetFlowRecord' resource was modified as requested. The 'fabric.NetFlowRecord' 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/fabric.NetFlowRecord"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowRecordByMoid": {
                                "operationId": "GetFabricNetFlowRecordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowRecords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.NetFlowRecord' resource.",
                "operationId": "PatchFabricNetFlowRecord",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.NetFlowRecord"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.NetFlowRecord' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.NetFlowRecord"
                            }
                        },
                        "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 'fabric.NetFlowRecord' resource was patched as requested. The 'fabric.NetFlowRecord' 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/fabric.NetFlowRecord"
                                }
                            }
                        },
                        "links": {
                            "GetFabricNetFlowRecordByMoid": {
                                "operationId": "GetFabricNetFlowRecordByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/NetFlowRecords/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.NetFlowRecord' resource.",
                "operationId": "DeleteFabricNetFlowRecord",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.NetFlowRecord",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch 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/fabric/PcMembers": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PcMember' resource.",
                "operationId": "GetFabricPcMemberList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.PcMember",
                            "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 'fabric.PcMember' 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/fabric.PcMember.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/fabric/PcMembers/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PcMember' resource.",
                "operationId": "GetFabricPcMemberByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.PcMember",
                            "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 'fabric.PcMember' 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/fabric.PcMember"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricPcMemberByMoid": {
                                "operationId": "GetFabricPcMemberByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PcMembers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/PcOperations": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PcOperation' resource.",
                "operationId": "GetFabricPcOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.PcOperation",
                            "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 'fabric.PcOperation' 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/fabric.PcOperation.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.PcOperation' resource.",
                "operationId": "CreateFabricPcOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.PcOperation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable or Disable Port Channels",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PcOperation' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PcOperation"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.PcOperation' resource was created as requested. The 'fabric.PcOperation' 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/fabric.PcOperation"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPcOperationByMoid": {
                                "operationId": "GetFabricPcOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PcOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/PcOperations/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PcOperation' resource.",
                "operationId": "GetFabricPcOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.PcOperation",
                            "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 'fabric.PcOperation' 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/fabric.PcOperation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricPcOperationByMoid": {
                                "operationId": "GetFabricPcOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PcOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.PcOperation' resource.",
                "operationId": "UpdateFabricPcOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable or Disable Port Channels",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.PcOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PcOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PcOperation"
                            }
                        },
                        "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 'fabric.PcOperation' resource was modified as requested. The 'fabric.PcOperation' 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/fabric.PcOperation"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPcOperationByMoid": {
                                "operationId": "GetFabricPcOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PcOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.PcOperation' resource.",
                "operationId": "PatchFabricPcOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable or Disable Port Channels",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.PcOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PcOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PcOperation"
                            }
                        },
                        "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 'fabric.PcOperation' resource was patched as requested. The 'fabric.PcOperation' 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/fabric.PcOperation"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPcOperationByMoid": {
                                "operationId": "GetFabricPcOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PcOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.PcOperation' resource.",
                "operationId": "DeleteFabricPcOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.PcOperation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "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/fabric/PortModes": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PortMode' resource.",
                "operationId": "GetFabricPortModeList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.PortMode",
                            "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 'fabric.PortMode' 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/fabric.PortMode.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.PortMode' resource.",
                "operationId": "CreateFabricPortMode",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.PortMode",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortMode' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortMode"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.PortMode' resource was created as requested. The 'fabric.PortMode' 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/fabric.PortMode"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortModeByMoid": {
                                "operationId": "GetFabricPortModeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortModes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/PortModes/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PortMode' resource.",
                "operationId": "GetFabricPortModeByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.PortMode",
                            "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 'fabric.PortMode' 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/fabric.PortMode"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricPortModeByMoid": {
                                "operationId": "GetFabricPortModeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortModes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.PortMode' resource.",
                "operationId": "UpdateFabricPortMode",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.PortMode"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortMode' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortMode"
                            }
                        },
                        "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 'fabric.PortMode' resource was modified as requested. The 'fabric.PortMode' 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/fabric.PortMode"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortModeByMoid": {
                                "operationId": "GetFabricPortModeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortModes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.PortMode' resource.",
                "operationId": "PatchFabricPortMode",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.PortMode"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortMode' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortMode"
                            }
                        },
                        "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 'fabric.PortMode' resource was patched as requested. The 'fabric.PortMode' 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/fabric.PortMode"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortModeByMoid": {
                                "operationId": "GetFabricPortModeByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortModes/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.PortMode' resource.",
                "operationId": "DeleteFabricPortMode",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.PortMode",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/PortOperations": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PortOperation' resource.",
                "operationId": "GetFabricPortOperationList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.PortOperation",
                            "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 'fabric.PortOperation' 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/fabric.PortOperation.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.PortOperation' resource.",
                "operationId": "CreateFabricPortOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.PortOperation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable and disable ports",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortOperation' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortOperation"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.PortOperation' resource was created as requested. The 'fabric.PortOperation' 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/fabric.PortOperation"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortOperationByMoid": {
                                "operationId": "GetFabricPortOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/PortOperations/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PortOperation' resource.",
                "operationId": "GetFabricPortOperationByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.PortOperation",
                            "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 'fabric.PortOperation' 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/fabric.PortOperation"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricPortOperationByMoid": {
                                "operationId": "GetFabricPortOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.PortOperation' resource.",
                "operationId": "UpdateFabricPortOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable and disable ports",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.PortOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortOperation"
                            }
                        },
                        "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 'fabric.PortOperation' resource was modified as requested. The 'fabric.PortOperation' 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/fabric.PortOperation"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortOperationByMoid": {
                                "operationId": "GetFabricPortOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.PortOperation' resource.",
                "operationId": "PatchFabricPortOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Enable and disable ports",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.PortOperation"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortOperation' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortOperation"
                            }
                        },
                        "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 'fabric.PortOperation' resource was patched as requested. The 'fabric.PortOperation' 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/fabric.PortOperation"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortOperationByMoid": {
                                "operationId": "GetFabricPortOperationByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortOperations/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.PortOperation' resource.",
                "operationId": "DeleteFabricPortOperation",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.PortOperation",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "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/fabric/PortPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PortPolicy' resource.",
                "operationId": "GetFabricPortPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.PortPolicy",
                            "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 'fabric.PortPolicy' 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/fabric.PortPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.PortPolicy' resource.",
                "operationId": "CreateFabricPortPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.PortPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.PortPolicy' resource was created as requested. The 'fabric.PortPolicy' 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/fabric.PortPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortPolicyByMoid": {
                                "operationId": "GetFabricPortPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/PortPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.PortPolicy' resource.",
                "operationId": "GetFabricPortPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.PortPolicy",
                            "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 'fabric.PortPolicy' 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/fabric.PortPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricPortPolicyByMoid": {
                                "operationId": "GetFabricPortPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.PortPolicy' resource.",
                "operationId": "UpdateFabricPortPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.PortPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortPolicy"
                            }
                        },
                        "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 'fabric.PortPolicy' resource was modified as requested. The 'fabric.PortPolicy' 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/fabric.PortPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortPolicyByMoid": {
                                "operationId": "GetFabricPortPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.PortPolicy' resource.",
                "operationId": "PatchFabricPortPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.PortPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.PortPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.PortPolicy"
                            }
                        },
                        "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 'fabric.PortPolicy' resource was patched as requested. The 'fabric.PortPolicy' 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/fabric.PortPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricPortPolicyByMoid": {
                                "operationId": "GetFabricPortPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/PortPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.PortPolicy' resource.",
                "operationId": "DeleteFabricPortPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.PortPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/SanPinGroups": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SanPinGroup' resource.",
                "operationId": "GetFabricSanPinGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.Read-only SAN Connectivity policies",
                            "PRIVSET.Read-only vHBA templates",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SanPinGroup",
                            "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 'fabric.SanPinGroup' 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/fabric.SanPinGroup.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SanPinGroup' resource.",
                "operationId": "CreateFabricSanPinGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SanPinGroup",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SanPinGroup' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SanPinGroup"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SanPinGroup' resource was created as requested. The 'fabric.SanPinGroup' 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/fabric.SanPinGroup"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSanPinGroupByMoid": {
                                "operationId": "GetFabricSanPinGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SanPinGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SanPinGroups/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SanPinGroup' resource.",
                "operationId": "GetFabricSanPinGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.Read-only SAN Connectivity policies",
                            "PRIVSET.Read-only vHBA templates",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SanPinGroup",
                            "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 'fabric.SanPinGroup' 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/fabric.SanPinGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSanPinGroupByMoid": {
                                "operationId": "GetFabricSanPinGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SanPinGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SanPinGroup' resource.",
                "operationId": "UpdateFabricSanPinGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SanPinGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SanPinGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SanPinGroup"
                            }
                        },
                        "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 'fabric.SanPinGroup' resource was modified as requested. The 'fabric.SanPinGroup' 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/fabric.SanPinGroup"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSanPinGroupByMoid": {
                                "operationId": "GetFabricSanPinGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SanPinGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SanPinGroup' resource.",
                "operationId": "PatchFabricSanPinGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SanPinGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SanPinGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SanPinGroup"
                            }
                        },
                        "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 'fabric.SanPinGroup' resource was patched as requested. The 'fabric.SanPinGroup' 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/fabric.SanPinGroup"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSanPinGroupByMoid": {
                                "operationId": "GetFabricSanPinGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SanPinGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SanPinGroup' resource.",
                "operationId": "DeleteFabricSanPinGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SanPinGroup",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/SecureRouterRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SecureRouterRole' resource.",
                "operationId": "GetFabricSecureRouterRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SecureRouterRole",
                            "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 'fabric.SecureRouterRole' 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/fabric.SecureRouterRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SecureRouterRole' resource.",
                "operationId": "CreateFabricSecureRouterRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SecureRouterRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SecureRouterRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SecureRouterRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SecureRouterRole' resource was created as requested. The 'fabric.SecureRouterRole' 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/fabric.SecureRouterRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSecureRouterRoleByMoid": {
                                "operationId": "GetFabricSecureRouterRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SecureRouterRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SecureRouterRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SecureRouterRole' resource.",
                "operationId": "GetFabricSecureRouterRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SecureRouterRole",
                            "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 'fabric.SecureRouterRole' 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/fabric.SecureRouterRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSecureRouterRoleByMoid": {
                                "operationId": "GetFabricSecureRouterRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SecureRouterRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SecureRouterRole' resource.",
                "operationId": "UpdateFabricSecureRouterRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SecureRouterRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SecureRouterRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SecureRouterRole"
                            }
                        },
                        "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 'fabric.SecureRouterRole' resource was modified as requested. The 'fabric.SecureRouterRole' 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/fabric.SecureRouterRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSecureRouterRoleByMoid": {
                                "operationId": "GetFabricSecureRouterRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SecureRouterRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SecureRouterRole' resource.",
                "operationId": "PatchFabricSecureRouterRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SecureRouterRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SecureRouterRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SecureRouterRole"
                            }
                        },
                        "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 'fabric.SecureRouterRole' resource was patched as requested. The 'fabric.SecureRouterRole' 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/fabric.SecureRouterRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSecureRouterRoleByMoid": {
                                "operationId": "GetFabricSecureRouterRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SecureRouterRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SecureRouterRole' resource.",
                "operationId": "DeleteFabricSecureRouterRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SecureRouterRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/ServerRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ServerRole' resource.",
                "operationId": "GetFabricServerRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.ServerRole",
                            "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 'fabric.ServerRole' 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/fabric.ServerRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.ServerRole' resource.",
                "operationId": "CreateFabricServerRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.ServerRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.ServerRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.ServerRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.ServerRole' resource was created as requested. The 'fabric.ServerRole' 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/fabric.ServerRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricServerRoleByMoid": {
                                "operationId": "GetFabricServerRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ServerRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/ServerRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.ServerRole' resource.",
                "operationId": "GetFabricServerRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.ServerRole",
                            "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 'fabric.ServerRole' 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/fabric.ServerRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricServerRoleByMoid": {
                                "operationId": "GetFabricServerRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ServerRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.ServerRole' resource.",
                "operationId": "UpdateFabricServerRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.ServerRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.ServerRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.ServerRole"
                            }
                        },
                        "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 'fabric.ServerRole' resource was modified as requested. The 'fabric.ServerRole' 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/fabric.ServerRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricServerRoleByMoid": {
                                "operationId": "GetFabricServerRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ServerRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.ServerRole' resource.",
                "operationId": "PatchFabricServerRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.ServerRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.ServerRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.ServerRole"
                            }
                        },
                        "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 'fabric.ServerRole' resource was patched as requested. The 'fabric.ServerRole' 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/fabric.ServerRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricServerRoleByMoid": {
                                "operationId": "GetFabricServerRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/ServerRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.ServerRole' resource.",
                "operationId": "DeleteFabricServerRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.ServerRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch 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/fabric/SpanDestEthPorts": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanDestEthPort' resource.",
                "operationId": "GetFabricSpanDestEthPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanDestEthPort",
                            "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 'fabric.SpanDestEthPort' 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/fabric.SpanDestEthPort.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SpanDestEthPort' resource.",
                "operationId": "CreateFabricSpanDestEthPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SpanDestEthPort",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanDestEthPort' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanDestEthPort"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SpanDestEthPort' resource was created as requested. The 'fabric.SpanDestEthPort' 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/fabric.SpanDestEthPort"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanDestEthPortByMoid": {
                                "operationId": "GetFabricSpanDestEthPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanDestEthPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SpanDestEthPorts/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanDestEthPort' resource.",
                "operationId": "GetFabricSpanDestEthPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanDestEthPort",
                            "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 'fabric.SpanDestEthPort' 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/fabric.SpanDestEthPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSpanDestEthPortByMoid": {
                                "operationId": "GetFabricSpanDestEthPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanDestEthPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SpanDestEthPort' resource.",
                "operationId": "UpdateFabricSpanDestEthPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SpanDestEthPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanDestEthPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanDestEthPort"
                            }
                        },
                        "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 'fabric.SpanDestEthPort' resource was modified as requested. The 'fabric.SpanDestEthPort' 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/fabric.SpanDestEthPort"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanDestEthPortByMoid": {
                                "operationId": "GetFabricSpanDestEthPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanDestEthPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SpanDestEthPort' resource.",
                "operationId": "PatchFabricSpanDestEthPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SpanDestEthPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanDestEthPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanDestEthPort"
                            }
                        },
                        "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 'fabric.SpanDestEthPort' resource was patched as requested. The 'fabric.SpanDestEthPort' 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/fabric.SpanDestEthPort"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanDestEthPortByMoid": {
                                "operationId": "GetFabricSpanDestEthPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanDestEthPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SpanDestEthPort' resource.",
                "operationId": "DeleteFabricSpanDestEthPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SpanDestEthPort",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "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/fabric/SpanSessions": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSession' resource.",
                "operationId": "GetFabricSpanSessionList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSession",
                            "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 'fabric.SpanSession' 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/fabric.SpanSession.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SpanSession' resource.",
                "operationId": "CreateFabricSpanSession",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SpanSession",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Traffic mirroring  SPAN session",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanSession' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanSession"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SpanSession' resource was created as requested. The 'fabric.SpanSession' 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/fabric.SpanSession"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanSessionByMoid": {
                                "operationId": "GetFabricSpanSessionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSessions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SpanSessions/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSession' resource.",
                "operationId": "GetFabricSpanSessionByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSession",
                            "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 'fabric.SpanSession' 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/fabric.SpanSession"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSpanSessionByMoid": {
                                "operationId": "GetFabricSpanSessionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSessions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SpanSession' resource.",
                "operationId": "UpdateFabricSpanSession",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Traffic mirroring  SPAN session",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SpanSession"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanSession' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanSession"
                            }
                        },
                        "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 'fabric.SpanSession' resource was modified as requested. The 'fabric.SpanSession' 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/fabric.SpanSession"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanSessionByMoid": {
                                "operationId": "GetFabricSpanSessionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSessions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SpanSession' resource.",
                "operationId": "PatchFabricSpanSession",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Traffic mirroring  SPAN session",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SpanSession"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanSession' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanSession"
                            }
                        },
                        "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 'fabric.SpanSession' resource was patched as requested. The 'fabric.SpanSession' 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/fabric.SpanSession"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanSessionByMoid": {
                                "operationId": "GetFabricSpanSessionByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSessions/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SpanSession' resource.",
                "operationId": "DeleteFabricSpanSession",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SpanSession",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Traffic mirroring  SPAN session",
                            "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/fabric/SpanSourceEthPorts": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSourceEthPort' resource.",
                "operationId": "GetFabricSpanSourceEthPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSourceEthPort",
                            "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 'fabric.SpanSourceEthPort' 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/fabric.SpanSourceEthPort.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SpanSourceEthPort' resource.",
                "operationId": "CreateFabricSpanSourceEthPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SpanSourceEthPort",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanSourceEthPort' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanSourceEthPort"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SpanSourceEthPort' resource was created as requested. The 'fabric.SpanSourceEthPort' 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/fabric.SpanSourceEthPort"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanSourceEthPortByMoid": {
                                "operationId": "GetFabricSpanSourceEthPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSourceEthPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SpanSourceEthPorts/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSourceEthPort' resource.",
                "operationId": "GetFabricSpanSourceEthPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSourceEthPort",
                            "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 'fabric.SpanSourceEthPort' 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/fabric.SpanSourceEthPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSpanSourceEthPortByMoid": {
                                "operationId": "GetFabricSpanSourceEthPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSourceEthPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SpanSourceEthPort' resource.",
                "operationId": "DeleteFabricSpanSourceEthPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SpanSourceEthPort",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "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/fabric/SpanSourceEthPortChannels": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSourceEthPortChannel' resource.",
                "operationId": "GetFabricSpanSourceEthPortChannelList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSourceEthPortChannel",
                            "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 'fabric.SpanSourceEthPortChannel' 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/fabric.SpanSourceEthPortChannel.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SpanSourceEthPortChannel' resource.",
                "operationId": "CreateFabricSpanSourceEthPortChannel",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SpanSourceEthPortChannel",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanSourceEthPortChannel' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanSourceEthPortChannel"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SpanSourceEthPortChannel' resource was created as requested. The 'fabric.SpanSourceEthPortChannel' 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/fabric.SpanSourceEthPortChannel"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanSourceEthPortChannelByMoid": {
                                "operationId": "GetFabricSpanSourceEthPortChannelByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSourceEthPortChannels/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SpanSourceEthPortChannels/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSourceEthPortChannel' resource.",
                "operationId": "GetFabricSpanSourceEthPortChannelByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSourceEthPortChannel",
                            "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 'fabric.SpanSourceEthPortChannel' 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/fabric.SpanSourceEthPortChannel"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSpanSourceEthPortChannelByMoid": {
                                "operationId": "GetFabricSpanSourceEthPortChannelByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSourceEthPortChannels/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SpanSourceEthPortChannel' resource.",
                "operationId": "DeleteFabricSpanSourceEthPortChannel",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SpanSourceEthPortChannel",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "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/fabric/SpanSourceVlans": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSourceVlan' resource.",
                "operationId": "GetFabricSpanSourceVlanList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSourceVlan",
                            "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 'fabric.SpanSourceVlan' 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/fabric.SpanSourceVlan.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SpanSourceVlan' resource.",
                "operationId": "CreateFabricSpanSourceVlan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SpanSourceVlan",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanSourceVlan' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanSourceVlan"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SpanSourceVlan' resource was created as requested. The 'fabric.SpanSourceVlan' 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/fabric.SpanSourceVlan"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanSourceVlanByMoid": {
                                "operationId": "GetFabricSpanSourceVlanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSourceVlans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SpanSourceVlans/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSourceVlan' resource.",
                "operationId": "GetFabricSpanSourceVlanByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSourceVlan",
                            "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 'fabric.SpanSourceVlan' 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/fabric.SpanSourceVlan"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSpanSourceVlanByMoid": {
                                "operationId": "GetFabricSpanSourceVlanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSourceVlans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SpanSourceVlan' resource.",
                "operationId": "DeleteFabricSpanSourceVlan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SpanSourceVlan",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "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/fabric/SpanSourceVnicEthIfs": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSourceVnicEthIf' resource.",
                "operationId": "GetFabricSpanSourceVnicEthIfList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSourceVnicEthIf",
                            "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 'fabric.SpanSourceVnicEthIf' 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/fabric.SpanSourceVnicEthIf.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SpanSourceVnicEthIf' resource.",
                "operationId": "CreateFabricSpanSourceVnicEthIf",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SpanSourceVnicEthIf",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SpanSourceVnicEthIf' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SpanSourceVnicEthIf"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SpanSourceVnicEthIf' resource was created as requested. The 'fabric.SpanSourceVnicEthIf' 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/fabric.SpanSourceVnicEthIf"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSpanSourceVnicEthIfByMoid": {
                                "operationId": "GetFabricSpanSourceVnicEthIfByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSourceVnicEthIfs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SpanSourceVnicEthIfs/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SpanSourceVnicEthIf' resource.",
                "operationId": "GetFabricSpanSourceVnicEthIfByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.fabric.SpanSourceVnicEthIf",
                            "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 'fabric.SpanSourceVnicEthIf' 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/fabric.SpanSourceVnicEthIf"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSpanSourceVnicEthIfByMoid": {
                                "operationId": "GetFabricSpanSourceVnicEthIfByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SpanSourceVnicEthIfs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SpanSourceVnicEthIf' resource.",
                "operationId": "DeleteFabricSpanSourceVnicEthIf",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SpanSourceVnicEthIf",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "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/fabric/SwitchClusterProfiles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchClusterProfile' resource.",
                "operationId": "GetFabricSwitchClusterProfileList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchClusterProfile",
                            "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 'fabric.SwitchClusterProfile' 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/fabric.SwitchClusterProfile.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SwitchClusterProfile' resource.",
                "operationId": "CreateFabricSwitchClusterProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SwitchClusterProfile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchClusterProfile' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchClusterProfile"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SwitchClusterProfile' resource was created as requested. The 'fabric.SwitchClusterProfile' 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/fabric.SwitchClusterProfile"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchClusterProfileByMoid": {
                                "operationId": "GetFabricSwitchClusterProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchClusterProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SwitchClusterProfiles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchClusterProfile' resource.",
                "operationId": "GetFabricSwitchClusterProfileByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchClusterProfile",
                            "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 'fabric.SwitchClusterProfile' 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/fabric.SwitchClusterProfile"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSwitchClusterProfileByMoid": {
                                "operationId": "GetFabricSwitchClusterProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchClusterProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchClusterProfile' resource.",
                "operationId": "UpdateFabricSwitchClusterProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchClusterProfile"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchClusterProfile' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchClusterProfile"
                            }
                        },
                        "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 'fabric.SwitchClusterProfile' resource was modified as requested. The 'fabric.SwitchClusterProfile' 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/fabric.SwitchClusterProfile"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchClusterProfileByMoid": {
                                "operationId": "GetFabricSwitchClusterProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchClusterProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchClusterProfile' resource.",
                "operationId": "PatchFabricSwitchClusterProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchClusterProfile"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchClusterProfile' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchClusterProfile"
                            }
                        },
                        "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 'fabric.SwitchClusterProfile' resource was patched as requested. The 'fabric.SwitchClusterProfile' 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/fabric.SwitchClusterProfile"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchClusterProfileByMoid": {
                                "operationId": "GetFabricSwitchClusterProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchClusterProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SwitchClusterProfile' resource.",
                "operationId": "DeleteFabricSwitchClusterProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SwitchClusterProfile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete domain profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/SwitchClusterProfileTemplates": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchClusterProfileTemplate' resource.",
                "operationId": "GetFabricSwitchClusterProfileTemplateList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchClusterProfileTemplate",
                            "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 'fabric.SwitchClusterProfileTemplate' 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/fabric.SwitchClusterProfileTemplate.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SwitchClusterProfileTemplate' resource.",
                "operationId": "CreateFabricSwitchClusterProfileTemplate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SwitchClusterProfileTemplate",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create domain profile templates from domain profile",
                            "PRIVSET.Define and edit domain profile template general properties",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchClusterProfileTemplate' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchClusterProfileTemplate"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SwitchClusterProfileTemplate' resource was created as requested. The 'fabric.SwitchClusterProfileTemplate' 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/fabric.SwitchClusterProfileTemplate"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchClusterProfileTemplateByMoid": {
                                "operationId": "GetFabricSwitchClusterProfileTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchClusterProfileTemplates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SwitchClusterProfileTemplates/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchClusterProfileTemplate' resource.",
                "operationId": "GetFabricSwitchClusterProfileTemplateByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchClusterProfileTemplate",
                            "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 'fabric.SwitchClusterProfileTemplate' 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/fabric.SwitchClusterProfileTemplate"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSwitchClusterProfileTemplateByMoid": {
                                "operationId": "GetFabricSwitchClusterProfileTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchClusterProfileTemplates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchClusterProfileTemplate' resource.",
                "operationId": "UpdateFabricSwitchClusterProfileTemplate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Define and edit domain profile template general properties",
                            "PRIVSET.Edit domain profile template general properties",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchClusterProfileTemplate"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchClusterProfileTemplate' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchClusterProfileTemplate"
                            }
                        },
                        "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 'fabric.SwitchClusterProfileTemplate' resource was modified as requested. The 'fabric.SwitchClusterProfileTemplate' 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/fabric.SwitchClusterProfileTemplate"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchClusterProfileTemplateByMoid": {
                                "operationId": "GetFabricSwitchClusterProfileTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchClusterProfileTemplates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchClusterProfileTemplate' resource.",
                "operationId": "PatchFabricSwitchClusterProfileTemplate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Define and edit domain profile template general properties",
                            "PRIVSET.Edit domain profile template general properties",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchClusterProfileTemplate"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchClusterProfileTemplate' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchClusterProfileTemplate"
                            }
                        },
                        "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 'fabric.SwitchClusterProfileTemplate' resource was patched as requested. The 'fabric.SwitchClusterProfileTemplate' 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/fabric.SwitchClusterProfileTemplate"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchClusterProfileTemplateByMoid": {
                                "operationId": "GetFabricSwitchClusterProfileTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchClusterProfileTemplates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SwitchClusterProfileTemplate' resource.",
                "operationId": "DeleteFabricSwitchClusterProfileTemplate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SwitchClusterProfileTemplate",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete domain profile templates",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/SwitchControlPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchControlPolicy' resource.",
                "operationId": "GetFabricSwitchControlPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Switch Control policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchControlPolicy",
                            "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 'fabric.SwitchControlPolicy' 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/fabric.SwitchControlPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SwitchControlPolicy' resource.",
                "operationId": "CreateFabricSwitchControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SwitchControlPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Switch Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchControlPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchControlPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SwitchControlPolicy' resource was created as requested. The 'fabric.SwitchControlPolicy' 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/fabric.SwitchControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchControlPolicyByMoid": {
                                "operationId": "GetFabricSwitchControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SwitchControlPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchControlPolicy' resource.",
                "operationId": "GetFabricSwitchControlPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Switch Control policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchControlPolicy",
                            "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 'fabric.SwitchControlPolicy' 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/fabric.SwitchControlPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSwitchControlPolicyByMoid": {
                                "operationId": "GetFabricSwitchControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchControlPolicy' resource.",
                "operationId": "UpdateFabricSwitchControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Switch Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchControlPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchControlPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchControlPolicy"
                            }
                        },
                        "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 'fabric.SwitchControlPolicy' resource was modified as requested. The 'fabric.SwitchControlPolicy' 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/fabric.SwitchControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchControlPolicyByMoid": {
                                "operationId": "GetFabricSwitchControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchControlPolicy' resource.",
                "operationId": "PatchFabricSwitchControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit Switch Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchControlPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchControlPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchControlPolicy"
                            }
                        },
                        "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 'fabric.SwitchControlPolicy' resource was patched as requested. The 'fabric.SwitchControlPolicy' 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/fabric.SwitchControlPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchControlPolicyByMoid": {
                                "operationId": "GetFabricSwitchControlPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchControlPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SwitchControlPolicy' resource.",
                "operationId": "DeleteFabricSwitchControlPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SwitchControlPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Switch Control policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/SwitchProfiles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchProfile' resource.",
                "operationId": "GetFabricSwitchProfileList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchProfile",
                            "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 'fabric.SwitchProfile' 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/fabric.SwitchProfile.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SwitchProfile' resource.",
                "operationId": "CreateFabricSwitchProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SwitchProfile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchProfile' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchProfile"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SwitchProfile' resource was created as requested. The 'fabric.SwitchProfile' 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/fabric.SwitchProfile"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchProfileByMoid": {
                                "operationId": "GetFabricSwitchProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SwitchProfiles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchProfile' resource.",
                "operationId": "GetFabricSwitchProfileByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profiles",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchProfile",
                            "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 'fabric.SwitchProfile' 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/fabric.SwitchProfile"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSwitchProfileByMoid": {
                                "operationId": "GetFabricSwitchProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchProfile' resource.",
                "operationId": "UpdateFabricSwitchProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchProfile"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchProfile' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchProfile"
                            }
                        },
                        "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 'fabric.SwitchProfile' resource was modified as requested. The 'fabric.SwitchProfile' 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/fabric.SwitchProfile"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchProfileByMoid": {
                                "operationId": "GetFabricSwitchProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchProfile' resource.",
                "operationId": "PatchFabricSwitchProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchProfile"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchProfile' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchProfile"
                            }
                        },
                        "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 'fabric.SwitchProfile' resource was patched as requested. The 'fabric.SwitchProfile' 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/fabric.SwitchProfile"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchProfileByMoid": {
                                "operationId": "GetFabricSwitchProfileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchProfiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SwitchProfile' resource.",
                "operationId": "DeleteFabricSwitchProfile",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SwitchProfile",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete domain profiles",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/SwitchProfileTemplates": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchProfileTemplate' resource.",
                "operationId": "GetFabricSwitchProfileTemplateList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchProfileTemplate",
                            "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 'fabric.SwitchProfileTemplate' 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/fabric.SwitchProfileTemplate.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SwitchProfileTemplate' resource.",
                "operationId": "CreateFabricSwitchProfileTemplate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SwitchProfileTemplate",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchProfileTemplate' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchProfileTemplate"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SwitchProfileTemplate' resource was created as requested. The 'fabric.SwitchProfileTemplate' 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/fabric.SwitchProfileTemplate"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchProfileTemplateByMoid": {
                                "operationId": "GetFabricSwitchProfileTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchProfileTemplates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SwitchProfileTemplates/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SwitchProfileTemplate' resource.",
                "operationId": "GetFabricSwitchProfileTemplateByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read Domain Profiles and Domain Profile Templates",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only UCS domain profile templates",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SwitchProfileTemplate",
                            "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 'fabric.SwitchProfileTemplate' 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/fabric.SwitchProfileTemplate"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSwitchProfileTemplateByMoid": {
                                "operationId": "GetFabricSwitchProfileTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchProfileTemplates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchProfileTemplate' resource.",
                "operationId": "UpdateFabricSwitchProfileTemplate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchProfileTemplate"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchProfileTemplate' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchProfileTemplate"
                            }
                        },
                        "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 'fabric.SwitchProfileTemplate' resource was modified as requested. The 'fabric.SwitchProfileTemplate' 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/fabric.SwitchProfileTemplate"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchProfileTemplateByMoid": {
                                "operationId": "GetFabricSwitchProfileTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchProfileTemplates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SwitchProfileTemplate' resource.",
                "operationId": "PatchFabricSwitchProfileTemplate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SwitchProfileTemplate"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SwitchProfileTemplate' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SwitchProfileTemplate"
                            }
                        },
                        "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 'fabric.SwitchProfileTemplate' resource was patched as requested. The 'fabric.SwitchProfileTemplate' 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/fabric.SwitchProfileTemplate"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSwitchProfileTemplateByMoid": {
                                "operationId": "GetFabricSwitchProfileTemplateByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SwitchProfileTemplates/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SwitchProfileTemplate' resource.",
                "operationId": "DeleteFabricSwitchProfileTemplate",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SwitchProfileTemplate",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete domain profile templates",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/SystemQosPolicies": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SystemQosPolicy' resource.",
                "operationId": "GetFabricSystemQosPolicyList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only System QoS policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SystemQosPolicy",
                            "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 'fabric.SystemQosPolicy' 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/fabric.SystemQosPolicy.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.SystemQosPolicy' resource.",
                "operationId": "CreateFabricSystemQosPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.SystemQosPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit System QoS policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SystemQosPolicy' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SystemQosPolicy"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.SystemQosPolicy' resource was created as requested. The 'fabric.SystemQosPolicy' 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/fabric.SystemQosPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSystemQosPolicyByMoid": {
                                "operationId": "GetFabricSystemQosPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SystemQosPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/SystemQosPolicies/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.SystemQosPolicy' resource.",
                "operationId": "GetFabricSystemQosPolicyByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only System QoS policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.SystemQosPolicy",
                            "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 'fabric.SystemQosPolicy' 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/fabric.SystemQosPolicy"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricSystemQosPolicyByMoid": {
                                "operationId": "GetFabricSystemQosPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SystemQosPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SystemQosPolicy' resource.",
                "operationId": "UpdateFabricSystemQosPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit System QoS policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SystemQosPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SystemQosPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SystemQosPolicy"
                            }
                        },
                        "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 'fabric.SystemQosPolicy' resource was modified as requested. The 'fabric.SystemQosPolicy' 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/fabric.SystemQosPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSystemQosPolicyByMoid": {
                                "operationId": "GetFabricSystemQosPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SystemQosPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.SystemQosPolicy' resource.",
                "operationId": "PatchFabricSystemQosPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Edit System QoS policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.SystemQosPolicy"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.SystemQosPolicy' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.SystemQosPolicy"
                            }
                        },
                        "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 'fabric.SystemQosPolicy' resource was patched as requested. The 'fabric.SystemQosPolicy' 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/fabric.SystemQosPolicy"
                                }
                            }
                        },
                        "links": {
                            "GetFabricSystemQosPolicyByMoid": {
                                "operationId": "GetFabricSystemQosPolicyByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/SystemQosPolicies/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.SystemQosPolicy' resource.",
                "operationId": "DeleteFabricSystemQosPolicy",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.SystemQosPolicy",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete System QoS policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/UplinkPcRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.UplinkPcRole' resource.",
                "operationId": "GetFabricUplinkPcRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.UplinkPcRole",
                            "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 'fabric.UplinkPcRole' 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/fabric.UplinkPcRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.UplinkPcRole' resource.",
                "operationId": "CreateFabricUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.UplinkPcRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.UplinkPcRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.UplinkPcRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.UplinkPcRole' resource was created as requested. The 'fabric.UplinkPcRole' 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/fabric.UplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricUplinkPcRoleByMoid": {
                                "operationId": "GetFabricUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/UplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/UplinkPcRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.UplinkPcRole' resource.",
                "operationId": "GetFabricUplinkPcRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.UplinkPcRole",
                            "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 'fabric.UplinkPcRole' 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/fabric.UplinkPcRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricUplinkPcRoleByMoid": {
                                "operationId": "GetFabricUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/UplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.UplinkPcRole' resource.",
                "operationId": "UpdateFabricUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.UplinkPcRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.UplinkPcRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.UplinkPcRole"
                            }
                        },
                        "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 'fabric.UplinkPcRole' resource was modified as requested. The 'fabric.UplinkPcRole' 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/fabric.UplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricUplinkPcRoleByMoid": {
                                "operationId": "GetFabricUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/UplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.UplinkPcRole' resource.",
                "operationId": "PatchFabricUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.UplinkPcRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.UplinkPcRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.UplinkPcRole"
                            }
                        },
                        "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 'fabric.UplinkPcRole' resource was patched as requested. The 'fabric.UplinkPcRole' 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/fabric.UplinkPcRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricUplinkPcRoleByMoid": {
                                "operationId": "GetFabricUplinkPcRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/UplinkPcRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.UplinkPcRole' resource.",
                "operationId": "DeleteFabricUplinkPcRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.UplinkPcRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/UplinkRoles": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.UplinkRole' resource.",
                "operationId": "GetFabricUplinkRoleList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.UplinkRole",
                            "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 'fabric.UplinkRole' 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/fabric.UplinkRole.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.UplinkRole' resource.",
                "operationId": "CreateFabricUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.UplinkRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.UplinkRole' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.UplinkRole"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.UplinkRole' resource was created as requested. The 'fabric.UplinkRole' 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/fabric.UplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricUplinkRoleByMoid": {
                                "operationId": "GetFabricUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/UplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/UplinkRoles/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.UplinkRole' resource.",
                "operationId": "GetFabricUplinkRoleByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Port policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.UplinkRole",
                            "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 'fabric.UplinkRole' 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/fabric.UplinkRole"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricUplinkRoleByMoid": {
                                "operationId": "GetFabricUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/UplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.UplinkRole' resource.",
                "operationId": "UpdateFabricUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.UplinkRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.UplinkRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.UplinkRole"
                            }
                        },
                        "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 'fabric.UplinkRole' resource was modified as requested. The 'fabric.UplinkRole' 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/fabric.UplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricUplinkRoleByMoid": {
                                "operationId": "GetFabricUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/UplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.UplinkRole' resource.",
                "operationId": "PatchFabricUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit Port policies",
                            "PRIVSET.Edit Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.UplinkRole"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.UplinkRole' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.UplinkRole"
                            }
                        },
                        "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 'fabric.UplinkRole' resource was patched as requested. The 'fabric.UplinkRole' 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/fabric.UplinkRole"
                                }
                            }
                        },
                        "links": {
                            "GetFabricUplinkRoleByMoid": {
                                "operationId": "GetFabricUplinkRoleByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/UplinkRoles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.UplinkRole' resource.",
                "operationId": "DeleteFabricUplinkRole",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.UplinkRole",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Delete Port policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/Vlans": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.Vlan' resource.",
                "operationId": "GetFabricVlanList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Multicast policies",
                            "PRIVSET.Read-only VLAN policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.Vlan",
                            "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 'fabric.Vlan' 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/fabric.Vlan.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.Vlan' resource.",
                "operationId": "CreateFabricVlan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.Vlan",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VLAN policies",
                            "PRIVSET.Edit VLAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.Vlan' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.Vlan"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.Vlan' resource was created as requested. The 'fabric.Vlan' 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/fabric.Vlan"
                                }
                            }
                        },
                        "links": {
                            "GetFabricVlanByMoid": {
                                "operationId": "GetFabricVlanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/Vlans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/Vlans/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.Vlan' resource.",
                "operationId": "GetFabricVlanByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Multicast policies",
                            "PRIVSET.Read-only VLAN policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.Vlan",
                            "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 'fabric.Vlan' 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/fabric.Vlan"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricVlanByMoid": {
                                "operationId": "GetFabricVlanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/Vlans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.Vlan' resource.",
                "operationId": "UpdateFabricVlan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VLAN policies",
                            "PRIVSET.Edit VLAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.Vlan"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.Vlan' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.Vlan"
                            }
                        },
                        "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 'fabric.Vlan' resource was modified as requested. The 'fabric.Vlan' 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/fabric.Vlan"
                                }
                            }
                        },
                        "links": {
                            "GetFabricVlanByMoid": {
                                "operationId": "GetFabricVlanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/Vlans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.Vlan' resource.",
                "operationId": "PatchFabricVlan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VLAN policies",
                            "PRIVSET.Edit VLAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.Vlan"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.Vlan' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.Vlan"
                            }
                        },
                        "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 'fabric.Vlan' resource was patched as requested. The 'fabric.Vlan' 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/fabric.Vlan"
                                }
                            }
                        },
                        "links": {
                            "GetFabricVlanByMoid": {
                                "operationId": "GetFabricVlanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/Vlans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.Vlan' resource.",
                "operationId": "DeleteFabricVlan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.Vlan",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VLAN policies",
                            "PRIVSET.Delete VLAN policies",
                            "PRIVSET.Edit VLAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge 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/fabric/VlanInventories": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.VlanInventory' resource.",
                "operationId": "GetFabricVlanInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.fabric.VlanInventory",
                            "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 'fabric.VlanInventory' 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/fabric.VlanInventory.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/fabric/VlanInventories/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.VlanInventory' resource.",
                "operationId": "GetFabricVlanInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.fabric.VlanInventory",
                            "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 'fabric.VlanInventory' 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/fabric.VlanInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricVlanInventoryByMoid": {
                                "operationId": "GetFabricVlanInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/VlanInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/VlanSets": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.VlanSet' resource.",
                "operationId": "GetFabricVlanSetList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only Multicast policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.VlanSet",
                            "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 'fabric.VlanSet' 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/fabric.VlanSet.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/fabric/VlanSets/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.VlanSet' resource.",
                "operationId": "GetFabricVlanSetByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Manage Unified Edge Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only Multicast policies",
                            "PRIVSET.View Switch Profiles",
                            "PRIVSET.View Unified Edge Profiles",
                            "READ.fabric.VlanSet",
                            "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 'fabric.VlanSet' 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/fabric.VlanSet"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricVlanSetByMoid": {
                                "operationId": "GetFabricVlanSetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/VlanSets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/Vsans": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.Vsan' resource.",
                "operationId": "GetFabricVsanList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only VSAN policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.Vsan",
                            "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 'fabric.Vsan' 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/fabric.Vsan.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": [
                    "fabric"
                ],
                "summary": "Create a 'fabric.Vsan' resource.",
                "operationId": "CreateFabricVsan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "CREATE.fabric.Vsan",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VSAN policies",
                            "PRIVSET.Edit VSAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    },
                    {
                        "$ref": "#/components/parameters/IfNoneMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.Vsan' resource to create.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.Vsan"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "The HTTP 200 status response code indicates that the request has succeeded and the 'fabric.Vsan' resource was created as requested. The 'fabric.Vsan' 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/fabric.Vsan"
                                }
                            }
                        },
                        "links": {
                            "GetFabricVsanByMoid": {
                                "operationId": "GetFabricVsanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/Vsans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fabric/Vsans/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.Vsan' resource.",
                "operationId": "GetFabricVsanByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Switch Profiles",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only VSAN policies",
                            "PRIVSET.View Switch Profiles",
                            "READ.fabric.Vsan",
                            "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 'fabric.Vsan' 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/fabric.Vsan"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricVsanByMoid": {
                                "operationId": "GetFabricVsanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/Vsans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.Vsan' resource.",
                "operationId": "UpdateFabricVsan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VSAN policies",
                            "PRIVSET.Edit VSAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.Vsan"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.Vsan' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.Vsan"
                            }
                        },
                        "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 'fabric.Vsan' resource was modified as requested. The 'fabric.Vsan' 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/fabric.Vsan"
                                }
                            }
                        },
                        "links": {
                            "GetFabricVsanByMoid": {
                                "operationId": "GetFabricVsanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/Vsans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Update a 'fabric.Vsan' resource.",
                "operationId": "PatchFabricVsan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VSAN policies",
                            "PRIVSET.Edit VSAN policies",
                            "PRIVSET.Manage Switch Profiles",
                            "ROLE.Account Administrator",
                            "UPDATE.fabric.Vsan"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fabric.Vsan' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fabric.Vsan"
                            }
                        },
                        "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 'fabric.Vsan' resource was patched as requested. The 'fabric.Vsan' 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/fabric.Vsan"
                                }
                            }
                        },
                        "links": {
                            "GetFabricVsanByMoid": {
                                "operationId": "GetFabricVsanByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/Vsans/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fabric"
                ],
                "summary": "Delete a 'fabric.Vsan' resource.",
                "operationId": "DeleteFabricVsan",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "DELETE.fabric.Vsan",
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Create, clone and edit VSAN policies",
                            "PRIVSET.Delete VSAN policies",
                            "PRIVSET.Edit VSAN policies",
                            "PRIVSET.Manage Switch 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/fabric/VsanInventories": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.VsanInventory' resource.",
                "operationId": "GetFabricVsanInventoryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View SAN Switches",
                            "READ.fabric.VsanInventory",
                            "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 'fabric.VsanInventory' 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/fabric.VsanInventory.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/fabric/VsanInventories/{Moid}": {
            "get": {
                "tags": [
                    "fabric"
                ],
                "summary": "Read a 'fabric.VsanInventory' resource.",
                "operationId": "GetFabricVsanInventoryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View SAN Switches",
                            "READ.fabric.VsanInventory",
                            "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 'fabric.VsanInventory' 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/fabric.VsanInventory"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFabricVsanInventoryByMoid": {
                                "operationId": "GetFabricVsanInventoryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fabric/VsanInventories/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fc/Neighbors": {
            "get": {
                "tags": [
                    "fc"
                ],
                "summary": "Read a 'fc.Neighbor' resource.",
                "operationId": "GetFcNeighborList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View SAN Switches",
                            "READ.fc.Neighbor",
                            "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 'fc.Neighbor' 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/fc.Neighbor.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/fc/Neighbors/{Moid}": {
            "get": {
                "tags": [
                    "fc"
                ],
                "summary": "Read a 'fc.Neighbor' resource.",
                "operationId": "GetFcNeighborByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View SAN Switches",
                            "READ.fc.Neighbor",
                            "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 'fc.Neighbor' 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/fc.Neighbor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFcNeighborByMoid": {
                                "operationId": "GetFcNeighborByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fc/Neighbors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fc/PhysicalPorts": {
            "get": {
                "tags": [
                    "fc"
                ],
                "summary": "Read a 'fc.PhysicalPort' resource.",
                "operationId": "GetFcPhysicalPortList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.fc.PhysicalPort",
                            "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 'fc.PhysicalPort' 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/fc.PhysicalPort.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/fc/PhysicalPorts/{Moid}": {
            "get": {
                "tags": [
                    "fc"
                ],
                "summary": "Read a 'fc.PhysicalPort' resource.",
                "operationId": "GetFcPhysicalPortByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.fc.PhysicalPort",
                            "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 'fc.PhysicalPort' 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/fc.PhysicalPort"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFcPhysicalPortByMoid": {
                                "operationId": "GetFcPhysicalPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fc/PhysicalPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fc"
                ],
                "summary": "Update a 'fc.PhysicalPort' resource.",
                "operationId": "UpdateFcPhysicalPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fc.PhysicalPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fc.PhysicalPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fc.PhysicalPort"
                            }
                        },
                        "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 'fc.PhysicalPort' resource was modified as requested. The 'fc.PhysicalPort' 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/fc.PhysicalPort"
                                }
                            }
                        },
                        "links": {
                            "GetFcPhysicalPortByMoid": {
                                "operationId": "GetFcPhysicalPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fc/PhysicalPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "fc"
                ],
                "summary": "Update a 'fc.PhysicalPort' resource.",
                "operationId": "PatchFcPhysicalPort",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.fc.PhysicalPort"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'fc.PhysicalPort' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/fc.PhysicalPort"
                            }
                        },
                        "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 'fc.PhysicalPort' resource was patched as requested. The 'fc.PhysicalPort' 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/fc.PhysicalPort"
                                }
                            }
                        },
                        "links": {
                            "GetFcPhysicalPortByMoid": {
                                "operationId": "GetFcPhysicalPortByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fc/PhysicalPorts/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/fc/PortChannels": {
            "get": {
                "tags": [
                    "fc"
                ],
                "summary": "Read a 'fc.PortChannel' resource.",
                "operationId": "GetFcPortChannelList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.fc.PortChannel",
                            "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 'fc.PortChannel' 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/fc.PortChannel.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/fc/PortChannels/{Moid}": {
            "get": {
                "tags": [
                    "fc"
                ],
                "summary": "Read a 'fc.PortChannel' resource.",
                "operationId": "GetFcPortChannelByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.fc.PortChannel",
                            "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 'fc.PortChannel' 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/fc.PortChannel"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetFcPortChannelByMoid": {
                                "operationId": "GetFcPortChannelByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/fc/PortChannels/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/DiscoveredNeighbors": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.DiscoveredNeighbor' resource.",
                "operationId": "GetNetworkDiscoveredNeighborList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.DiscoveredNeighbor",
                            "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 'network.DiscoveredNeighbor' 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/network.DiscoveredNeighbor.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/network/DiscoveredNeighbors/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.DiscoveredNeighbor' resource.",
                "operationId": "GetNetworkDiscoveredNeighborByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.DiscoveredNeighbor",
                            "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 'network.DiscoveredNeighbor' 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/network.DiscoveredNeighbor"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkDiscoveredNeighborByMoid": {
                                "operationId": "GetNetworkDiscoveredNeighborByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/DiscoveredNeighbors/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/Dns": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Dns' resource.",
                "operationId": "GetNetworkDnsList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.Dns",
                            "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 'network.Dns' 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/network.Dns.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/network/Dns/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Dns' resource.",
                "operationId": "GetNetworkDnsByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.Dns",
                            "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 'network.Dns' 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/network.Dns"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkDnsByMoid": {
                                "operationId": "GetNetworkDnsByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Dns/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/Elements": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Element' resource.",
                "operationId": "GetNetworkElementList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.Element",
                            "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 'network.Element' 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/network.Element.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/network/Elements/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Element' resource.",
                "operationId": "GetNetworkElementByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.Element",
                            "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 'network.Element' 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/network.Element"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkElementByMoid": {
                                "operationId": "GetNetworkElementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Elements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.Element' resource.",
                "operationId": "UpdateNetworkElement",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.Element"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.Element' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.Element"
                            }
                        },
                        "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 'network.Element' resource was modified as requested. The 'network.Element' 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/network.Element"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkElementByMoid": {
                                "operationId": "GetNetworkElementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Elements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.Element' resource.",
                "operationId": "PatchNetworkElement",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.Element"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.Element' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.Element"
                            }
                        },
                        "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 'network.Element' resource was patched as requested. The 'network.Element' 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/network.Element"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkElementByMoid": {
                                "operationId": "GetNetworkElementByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Elements/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/ElementSummaries": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.ElementSummary' resource.",
                "operationId": "GetNetworkElementSummaryList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.ElementSummary",
                            "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 'network.ElementSummary' 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/network.ElementSummary.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/network/ElementSummaries/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.ElementSummary' resource.",
                "operationId": "GetNetworkElementSummaryByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.ElementSummary",
                            "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 'network.ElementSummary' 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/network.ElementSummary"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkElementSummaryByMoid": {
                                "operationId": "GetNetworkElementSummaryByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/ElementSummaries/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/FcZoneInfos": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.FcZoneInfo' resource.",
                "operationId": "GetNetworkFcZoneInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.network.FcZoneInfo",
                            "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 'network.FcZoneInfo' 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/network.FcZoneInfo.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/network/FcZoneInfos/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.FcZoneInfo' resource.",
                "operationId": "GetNetworkFcZoneInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.network.FcZoneInfo",
                            "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 'network.FcZoneInfo' 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/network.FcZoneInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkFcZoneInfoByMoid": {
                                "operationId": "GetNetworkFcZoneInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/FcZoneInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.FcZoneInfo' resource.",
                "operationId": "UpdateNetworkFcZoneInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.FcZoneInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.FcZoneInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.FcZoneInfo"
                            }
                        },
                        "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 'network.FcZoneInfo' resource was modified as requested. The 'network.FcZoneInfo' 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/network.FcZoneInfo"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkFcZoneInfoByMoid": {
                                "operationId": "GetNetworkFcZoneInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/FcZoneInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.FcZoneInfo' resource.",
                "operationId": "PatchNetworkFcZoneInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.FcZoneInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.FcZoneInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.FcZoneInfo"
                            }
                        },
                        "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 'network.FcZoneInfo' resource was patched as requested. The 'network.FcZoneInfo' 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/network.FcZoneInfo"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkFcZoneInfoByMoid": {
                                "operationId": "GetNetworkFcZoneInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/FcZoneInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/FeatureControls": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.FeatureControl' resource.",
                "operationId": "GetNetworkFeatureControlList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.FeatureControl",
                            "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 'network.FeatureControl' 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/network.FeatureControl.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/network/FeatureControls/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.FeatureControl' resource.",
                "operationId": "GetNetworkFeatureControlByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.FeatureControl",
                            "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 'network.FeatureControl' 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/network.FeatureControl"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkFeatureControlByMoid": {
                                "operationId": "GetNetworkFeatureControlByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/FeatureControls/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/InterfaceLists": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.InterfaceList' resource.",
                "operationId": "GetNetworkInterfaceListList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.InterfaceList",
                            "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 'network.InterfaceList' 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/network.InterfaceList.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/network/InterfaceLists/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.InterfaceList' resource.",
                "operationId": "GetNetworkInterfaceListByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.InterfaceList",
                            "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 'network.InterfaceList' 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/network.InterfaceList"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkInterfaceListByMoid": {
                                "operationId": "GetNetworkInterfaceListByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/InterfaceLists/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/LicenseFiles": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.LicenseFile' resource.",
                "operationId": "GetNetworkLicenseFileList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.LicenseFile",
                            "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 'network.LicenseFile' 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/network.LicenseFile.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/network/LicenseFiles/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.LicenseFile' resource.",
                "operationId": "GetNetworkLicenseFileByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.LicenseFile",
                            "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 'network.LicenseFile' 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/network.LicenseFile"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkLicenseFileByMoid": {
                                "operationId": "GetNetworkLicenseFileByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/LicenseFiles/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/SecureRouters": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.SecureRouter' resource.",
                "operationId": "GetNetworkSecureRouterList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Unified Edge",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.network.SecureRouter",
                            "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 'network.SecureRouter' 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/network.SecureRouter.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/network/SecureRouters/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.SecureRouter' resource.",
                "operationId": "GetNetworkSecureRouterByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Unified Edge",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "PRIVSET.View Unified Edge",
                            "READ.network.SecureRouter",
                            "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 'network.SecureRouter' 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/network.SecureRouter"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkSecureRouterByMoid": {
                                "operationId": "GetNetworkSecureRouterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/SecureRouters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.SecureRouter' resource.",
                "operationId": "UpdateNetworkSecureRouter",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Unified Edge",
                            "ROLE.Account Administrator",
                            "UPDATE.network.SecureRouter"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.SecureRouter' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.SecureRouter"
                            }
                        },
                        "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 'network.SecureRouter' resource was modified as requested. The 'network.SecureRouter' 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/network.SecureRouter"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkSecureRouterByMoid": {
                                "operationId": "GetNetworkSecureRouterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/SecureRouters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.SecureRouter' resource.",
                "operationId": "PatchNetworkSecureRouter",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "PRIVSET.Manage Unified Edge",
                            "ROLE.Account Administrator",
                            "UPDATE.network.SecureRouter"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.SecureRouter' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.SecureRouter"
                            }
                        },
                        "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 'network.SecureRouter' resource was patched as requested. The 'network.SecureRouter' 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/network.SecureRouter"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkSecureRouterByMoid": {
                                "operationId": "GetNetworkSecureRouterByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/SecureRouters/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/SecureRouterSettings": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.SecureRouterSetting' resource.",
                "operationId": "GetNetworkSecureRouterSettingList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Servers",
                            "READ.network.SecureRouterSetting",
                            "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 'network.SecureRouterSetting' 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/network.SecureRouterSetting.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/network/SecureRouterSettings/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.SecureRouterSetting' resource.",
                "operationId": "GetNetworkSecureRouterSettingByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Servers",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Servers",
                            "READ.network.SecureRouterSetting",
                            "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 'network.SecureRouterSetting' 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/network.SecureRouterSetting"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkSecureRouterSettingByMoid": {
                                "operationId": "GetNetworkSecureRouterSettingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/SecureRouterSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.SecureRouterSetting' resource.",
                "operationId": "UpdateNetworkSecureRouterSetting",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Unified Edge",
                            "ROLE.Account Administrator",
                            "UPDATE.network.SecureRouterSetting"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.SecureRouterSetting' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.SecureRouterSetting"
                            }
                        },
                        "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 'network.SecureRouterSetting' resource was modified as requested. The 'network.SecureRouterSetting' 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/network.SecureRouterSetting"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkSecureRouterSettingByMoid": {
                                "operationId": "GetNetworkSecureRouterSettingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/SecureRouterSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.SecureRouterSetting' resource.",
                "operationId": "PatchNetworkSecureRouterSetting",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Unified Edge",
                            "ROLE.Account Administrator",
                            "UPDATE.network.SecureRouterSetting"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.SecureRouterSetting' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.SecureRouterSetting"
                            }
                        },
                        "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 'network.SecureRouterSetting' resource was patched as requested. The 'network.SecureRouterSetting' 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/network.SecureRouterSetting"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkSecureRouterSettingByMoid": {
                                "operationId": "GetNetworkSecureRouterSettingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/SecureRouterSettings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/SupervisorCards": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.SupervisorCard' resource.",
                "operationId": "GetNetworkSupervisorCardList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.SupervisorCard",
                            "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 'network.SupervisorCard' 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/network.SupervisorCard.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/network/SupervisorCards/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.SupervisorCard' resource.",
                "operationId": "GetNetworkSupervisorCardByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "PRIVSET.View SAN Switches",
                            "READ.network.SupervisorCard",
                            "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 'network.SupervisorCard' 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/network.SupervisorCard"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkSupervisorCardByMoid": {
                                "operationId": "GetNetworkSupervisorCardByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/SupervisorCards/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/TelemetryChecks": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.TelemetryCheck' resource.",
                "operationId": "GetNetworkTelemetryCheckList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Network Switches",
                            "READ.network.TelemetryCheck",
                            "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 'network.TelemetryCheck' 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/network.TelemetryCheck.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/network/TelemetryChecks/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.TelemetryCheck' resource.",
                "operationId": "GetNetworkTelemetryCheckByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.View Network Switches",
                            "READ.network.TelemetryCheck",
                            "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 'network.TelemetryCheck' 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/network.TelemetryCheck"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkTelemetryCheckByMoid": {
                                "operationId": "GetNetworkTelemetryCheckByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/TelemetryChecks/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/Vethernets": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Vethernet' resource.",
                "operationId": "GetNetworkVethernetList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.network.Vethernet",
                            "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 'network.Vethernet' 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/network.Vethernet.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/network/Vethernets/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Vethernet' resource.",
                "operationId": "GetNetworkVethernetByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.network.Vethernet",
                            "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 'network.Vethernet' 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/network.Vethernet"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkVethernetByMoid": {
                                "operationId": "GetNetworkVethernetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Vethernets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.Vethernet' resource.",
                "operationId": "UpdateNetworkVethernet",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.Vethernet"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.Vethernet' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.Vethernet"
                            }
                        },
                        "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 'network.Vethernet' resource was modified as requested. The 'network.Vethernet' 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/network.Vethernet"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkVethernetByMoid": {
                                "operationId": "GetNetworkVethernetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Vethernets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.Vethernet' resource.",
                "operationId": "PatchNetworkVethernet",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.Vethernet"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.Vethernet' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.Vethernet"
                            }
                        },
                        "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 'network.Vethernet' resource was patched as requested. The 'network.Vethernet' 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/network.Vethernet"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkVethernetByMoid": {
                                "operationId": "GetNetworkVethernetByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Vethernets/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/Vfcs": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Vfc' resource.",
                "operationId": "GetNetworkVfcList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.network.Vfc",
                            "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 'network.Vfc' 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/network.Vfc.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/network/Vfcs/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Vfc' resource.",
                "operationId": "GetNetworkVfcByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.network.Vfc",
                            "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 'network.Vfc' 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/network.Vfc"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkVfcByMoid": {
                                "operationId": "GetNetworkVfcByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Vfcs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.Vfc' resource.",
                "operationId": "UpdateNetworkVfc",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.Vfc"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.Vfc' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.Vfc"
                            }
                        },
                        "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 'network.Vfc' resource was modified as requested. The 'network.Vfc' 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/network.Vfc"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkVfcByMoid": {
                                "operationId": "GetNetworkVfcByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Vfcs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.Vfc' resource.",
                "operationId": "PatchNetworkVfc",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.Vfc"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.Vfc' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.Vfc"
                            }
                        },
                        "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 'network.Vfc' resource was patched as requested. The 'network.Vfc' 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/network.Vfc"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkVfcByMoid": {
                                "operationId": "GetNetworkVfcByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Vfcs/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/VlanPortInfos": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.VlanPortInfo' resource.",
                "operationId": "GetNetworkVlanPortInfoList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.network.VlanPortInfo",
                            "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 'network.VlanPortInfo' 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/network.VlanPortInfo.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/network/VlanPortInfos/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.VlanPortInfo' resource.",
                "operationId": "GetNetworkVlanPortInfoByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.network.VlanPortInfo",
                            "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 'network.VlanPortInfo' 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/network.VlanPortInfo"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkVlanPortInfoByMoid": {
                                "operationId": "GetNetworkVlanPortInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/VlanPortInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.VlanPortInfo' resource.",
                "operationId": "UpdateNetworkVlanPortInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.VlanPortInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.VlanPortInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.VlanPortInfo"
                            }
                        },
                        "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 'network.VlanPortInfo' resource was modified as requested. The 'network.VlanPortInfo' 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/network.VlanPortInfo"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkVlanPortInfoByMoid": {
                                "operationId": "GetNetworkVlanPortInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/VlanPortInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "network"
                ],
                "summary": "Update a 'network.VlanPortInfo' resource.",
                "operationId": "PatchNetworkVlanPortInfo",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.network.VlanPortInfo"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'network.VlanPortInfo' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/network.VlanPortInfo"
                            }
                        },
                        "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 'network.VlanPortInfo' resource was patched as requested. The 'network.VlanPortInfo' 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/network.VlanPortInfo"
                                }
                            }
                        },
                        "links": {
                            "GetNetworkVlanPortInfoByMoid": {
                                "operationId": "GetNetworkVlanPortInfoByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/VlanPortInfos/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/VpcDomains": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.VpcDomain' resource.",
                "operationId": "GetNetworkVpcDomainList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.VpcDomain",
                            "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 'network.VpcDomain' 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/network.VpcDomain.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/network/VpcDomains/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.VpcDomain' resource.",
                "operationId": "GetNetworkVpcDomainByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.VpcDomain",
                            "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 'network.VpcDomain' 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/network.VpcDomain"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkVpcDomainByMoid": {
                                "operationId": "GetNetworkVpcDomainByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/VpcDomains/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/VpcMembers": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.VpcMember' resource.",
                "operationId": "GetNetworkVpcMemberList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.VpcMember",
                            "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 'network.VpcMember' 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/network.VpcMember.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/network/VpcMembers/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.VpcMember' resource.",
                "operationId": "GetNetworkVpcMemberByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.VpcMember",
                            "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 'network.VpcMember' 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/network.VpcMember"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkVpcMemberByMoid": {
                                "operationId": "GetNetworkVpcMemberByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/VpcMembers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/VpcPeers": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.VpcPeer' resource.",
                "operationId": "GetNetworkVpcPeerList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.VpcPeer",
                            "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 'network.VpcPeer' 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/network.VpcPeer.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/network/VpcPeers/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.VpcPeer' resource.",
                "operationId": "GetNetworkVpcPeerByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.VpcPeer",
                            "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 'network.VpcPeer' 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/network.VpcPeer"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkVpcPeerByMoid": {
                                "operationId": "GetNetworkVpcPeerByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/VpcPeers/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/network/Vrves": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Vrf' resource.",
                "operationId": "GetNetworkVrfList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.Vrf",
                            "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 'network.Vrf' 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/network.Vrf.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/network/Vrves/{Moid}": {
            "get": {
                "tags": [
                    "network"
                ],
                "summary": "Read a 'network.Vrf' resource.",
                "operationId": "GetNetworkVrfByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.Read-only networking",
                            "PRIVSET.View Network Switches",
                            "READ.network.Vrf",
                            "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 'network.Vrf' 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/network.Vrf"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetNetworkVrfByMoid": {
                                "operationId": "GetNetworkVrfByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/network/Vrves/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/port/Groups": {
            "get": {
                "tags": [
                    "port"
                ],
                "summary": "Read a 'port.Group' resource.",
                "operationId": "GetPortGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.port.Group",
                            "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 'port.Group' 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/port.Group.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/port/Groups/{Moid}": {
            "get": {
                "tags": [
                    "port"
                ],
                "summary": "Read a 'port.Group' resource.",
                "operationId": "GetPortGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.port.Group",
                            "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 'port.Group' 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/port.Group"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetPortGroupByMoid": {
                                "operationId": "GetPortGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/Groups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "port"
                ],
                "summary": "Update a 'port.Group' resource.",
                "operationId": "UpdatePortGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.port.Group"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'port.Group' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/port.Group"
                            }
                        },
                        "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 'port.Group' resource was modified as requested. The 'port.Group' 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/port.Group"
                                }
                            }
                        },
                        "links": {
                            "GetPortGroupByMoid": {
                                "operationId": "GetPortGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/Groups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "port"
                ],
                "summary": "Update a 'port.Group' resource.",
                "operationId": "PatchPortGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.port.Group"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'port.Group' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/port.Group"
                            }
                        },
                        "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 'port.Group' resource was patched as requested. The 'port.Group' 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/port.Group"
                                }
                            }
                        },
                        "links": {
                            "GetPortGroupByMoid": {
                                "operationId": "GetPortGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/Groups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/port/MacBindings": {
            "get": {
                "tags": [
                    "port"
                ],
                "summary": "Read a 'port.MacBinding' resource.",
                "operationId": "GetPortMacBindingList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.port.MacBinding"
                        ]
                    }
                ],
                "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 'port.MacBinding' 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/port.MacBinding.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/port/MacBindings/{Moid}": {
            "get": {
                "tags": [
                    "port"
                ],
                "summary": "Read a 'port.MacBinding' resource.",
                "operationId": "GetPortMacBindingByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "READ.port.MacBinding"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/selectParam"
                    },
                    {
                        "$ref": "#/components/parameters/expandParam"
                    },
                    {
                        "$ref": "#/components/parameters/atParam"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "An instance of the 'port.MacBinding' 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/port.MacBinding"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetPortMacBindingByMoid": {
                                "operationId": "GetPortMacBindingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/MacBindings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "port"
                ],
                "summary": "Update a 'port.MacBinding' resource.",
                "operationId": "UpdatePortMacBinding",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.port.MacBinding"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'port.MacBinding' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/port.MacBinding"
                            }
                        },
                        "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 'port.MacBinding' resource was modified as requested. The 'port.MacBinding' 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/port.MacBinding"
                                }
                            }
                        },
                        "links": {
                            "GetPortMacBindingByMoid": {
                                "operationId": "GetPortMacBindingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/MacBindings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "port"
                ],
                "summary": "Update a 'port.MacBinding' resource.",
                "operationId": "PatchPortMacBinding",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "UPDATE.port.MacBinding"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'port.MacBinding' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/port.MacBinding"
                            }
                        },
                        "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 'port.MacBinding' resource was patched as requested. The 'port.MacBinding' 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/port.MacBinding"
                                }
                            }
                        },
                        "links": {
                            "GetPortMacBindingByMoid": {
                                "operationId": "GetPortMacBindingByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/MacBindings/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/components/responses/http_status_401"
                    },
                    "403": {
                        "$ref": "#/components/responses/http_status_403"
                    },
                    "404": {
                        "$ref": "#/components/responses/http_status_404"
                    },
                    "default": {
                        "$ref": "#/components/responses/default"
                    }
                }
            }
        },
        "/api/v1/port/SubGroups": {
            "get": {
                "tags": [
                    "port"
                ],
                "summary": "Read a 'port.SubGroup' resource.",
                "operationId": "GetPortSubGroupList",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.port.SubGroup",
                            "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 'port.SubGroup' 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/port.SubGroup.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/port/SubGroups/{Moid}": {
            "get": {
                "tags": [
                    "port"
                ],
                "summary": "Read a 'port.SubGroup' resource.",
                "operationId": "GetPortSubGroupByMoid",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Read-Only",
                            "PRIVSET.Read-only Fabric Interconnects",
                            "PRIVSET.View Fabric Interconnects",
                            "READ.port.SubGroup",
                            "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 'port.SubGroup' 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/port.SubGroup"
                                }
                            },
                            "text/csv": {
                                "schema": {
                                    "$ref": "intersight-system-v3-1.0.11-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": {
                            "GetPortSubGroupByMoid": {
                                "operationId": "GetPortSubGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/SubGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "port"
                ],
                "summary": "Update a 'port.SubGroup' resource.",
                "operationId": "UpdatePortSubGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.port.SubGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'port.SubGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/port.SubGroup"
                            }
                        },
                        "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 'port.SubGroup' resource was modified as requested. The 'port.SubGroup' 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/port.SubGroup"
                                }
                            }
                        },
                        "links": {
                            "GetPortSubGroupByMoid": {
                                "operationId": "GetPortSubGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/SubGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": [
                    "port"
                ],
                "summary": "Update a 'port.SubGroup' resource.",
                "operationId": "PatchPortSubGroup",
                "security": [
                    {
                        "cookieAuth": []
                    },
                    {
                        "http_signature": []
                    },
                    {
                        "oAuth2": [
                            "PRIVSET.Account Administrator",
                            "PRIVSET.Manage Fabric Interconnects",
                            "ROLE.Account Administrator",
                            "UPDATE.port.SubGroup"
                        ]
                    }
                ],
                "parameters": [
                    {
                        "$ref": "#/components/parameters/moidParam"
                    },
                    {
                        "$ref": "#/components/parameters/IfMatch"
                    }
                ],
                "requestBody": {
                    "description": "The 'port.SubGroup' resource to update.",
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/port.SubGroup"
                            }
                        },
                        "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 'port.SubGroup' resource was patched as requested. The 'port.SubGroup' 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/port.SubGroup"
                                }
                            }
                        },
                        "links": {
                            "GetPortSubGroupByMoid": {
                                "operationId": "GetPortSubGroupByMoid",
                                "parameters": {
                                    "Moid": "$response.body#/Moid"
                                },
                                "description": "The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/port/SubGroups/{Moid}'."
                            },
                            "GetIamAccountByMoid": {
                                "$ref": "#/components/links/GetIamAccountByMoid"
                            },
                            "GetIamDomainGroupByMoid": {
                                "$ref": "#/components/links/GetIamDomainGroupByMoid"
                            }
                        }
                    },
                    "400": {
                        "$ref": "#/components/responses/http_status_400"
                    },
                    "401": {
                        "$ref": "#/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": {
            "capability.ActionsMetaData.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ActionsMetaData' 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 'capability.ActionsMetaData' resources.",
                "x-one-of-name": "capability.ActionsMetaData.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ActionsMetaData.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"
                }
            },
            "capability.ActionsMetaData": {
                "title": "Capability:Actions Meta Data",
                "description": "The ActionsMetaData object helps in managing third-party server actions within Cisco's Intersight platform. This provides metadata and constraints necessary to validate actions before they are executed, ensuring that operations are permissible according to defined rules.\n#### Purpose\nActionsMetaData ensures that server actions are carried out only after successful validation against specified targets. It serves as a control mechanism to maintain integrity and compliance in server operations, particularly when integrating third-party servers into the Intersight ecosystem.\n#### Key Concepts\n- **Validation:** The object includes attributes that help in validating server actions, such as firmware versions and server models.\n- **Privilege Management:** Defines various privilege sets needed to perform read, create, update, and delete operations, thereby controlling access to server actions.\n- **Integration:** Facilitates seamless integration of third-party servers by providing necessary metadata to support cross-platform operations.\n- **Security:** Ensures actions are compliant and secure by restricting operations based on validation outcomes.",
                "x-allOf-name": "capability.ActionsMetaData",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ActionsMetaData', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ActionsMetaData"
                                ],
                                "default": "capability.ActionsMetaData",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ActionsMetaData"
                                ],
                                "default": "capability.ActionsMetaData",
                                "x-enum-as-string": true
                            },
                            "MaxFwVersion": {
                                "description": "Maximum firmware version of the server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "MinFwVersion": {
                                "description": "Minimum firmware version of the server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "Model of the server that supports power or storage operations.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SelLogPath": {
                                "description": "Location of Sel log script.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SelScriptFilePath": {
                                "description": "Location of Sel file script.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedActions": {
                                "type": "array",
                                "items": {
                                    "description": "Set of actions supported for a particular server model.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TargetType": {
                                "description": "The target type to which the metadata applies.\n* `` - An unrecognized platform type.\n* `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster.\n* `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance.\n* `DCNM` - A Cisco Data Center Network Manager (DCNM) instance.\n* `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM).\n* `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight.\n* `IMC` - A standalone Cisco UCS rack server (Deprecated).\n* `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server.\n* `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server.\n* `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server.\n* `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM).\n* `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor.\n* `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM).\n* `HX` - A Cisco HyperFlex (HX) cluster.\n* `UCSD` - A Cisco UCS Director (UCSD) instance.\n* `UCSXECMC` - A Cisco UCSXE Chassis Management Controller.\n* `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis.\n* `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance.\n* `IntersightAssist` - A Cisco Intersight Assist instance.\n* `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device.\n* `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device.\n* `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist.\n* `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric.\n* `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector.\n* `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector.\n* `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist.\n* `UCSC885` - A standalone Cisco UCS C885 Server.\n* `CAI845A` - A standalone Cisco AI 845A Server.\n* `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist.\n* `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers.\n* `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist.\n* `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor.\n* `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor.\n* `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller.\n* `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server.\n* `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks.\n* `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc.\n* `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications.\n* `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications.\n* `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints.\n* `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server.\n* `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE.\n* `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application.\n* `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software.\n* `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster.\n* `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud.\n* `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines.\n* `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster.\n* `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services.\n* `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system.\n* `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications.\n* `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist.\n* `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment.\n* `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight.\n* `TerraformCloud` - A Terraform Cloud Business Tier account.\n* `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace.\n* `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints.\n* `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows.\n* `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token.\n* `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist.\n* `CiscoCatalyst` - A Cisco Catalyst networking switch device.\n* `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist.\n* `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance.\n* `CiscoFMC` - A Cisco Secure Firewall Management Center.\n* `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices.\n* `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager.\n* `MerakiCloud` - A Cisco Meraki Organization.\n* `CiscoISE` - A Cisco Identity Services Engine (ISE) target.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "APIC",
                                    "CAPIC",
                                    "DCNM",
                                    "UCSFI",
                                    "UCSFIISM",
                                    "IMC",
                                    "IMCM4",
                                    "IMCM5",
                                    "IMCRack",
                                    "UCSIOM",
                                    "UCSPCIeNODE",
                                    "UCSXFM",
                                    "HX",
                                    "UCSD",
                                    "UCSXECMC",
                                    "UCSXESecureRouter",
                                    "IntersightAppliance",
                                    "IntersightAssist",
                                    "PureStorageFlashArray",
                                    "PureStorageFlashBladeSystem",
                                    "NexusDevice",
                                    "ACISwitch",
                                    "NexusSwitch",
                                    "MDSSwitch",
                                    "MDSDevice",
                                    "UCSC885",
                                    "CAI845A",
                                    "UCSC890",
                                    "RedfishServer",
                                    "NetAppOntap",
                                    "NetAppActiveIqUnifiedManager",
                                    "EmcScaleIo",
                                    "EmcVmax",
                                    "EmcVplex",
                                    "EmcXtremIo",
                                    "VmwareVcenter",
                                    "MicrosoftHyperV",
                                    "AppDynamics",
                                    "Dynatrace",
                                    "NewRelic",
                                    "ServiceNow",
                                    "Umbrella",
                                    "CloudFoundry",
                                    "MicrosoftAzureApplicationInsights",
                                    "OpenStack",
                                    "MicrosoftSqlServer",
                                    "MySqlServer",
                                    "OracleDatabaseServer",
                                    "IBMWebSphereApplicationServer",
                                    "OracleWebLogicServer",
                                    "ApacheTomcatServer",
                                    "JavaVirtualMachine",
                                    "RedHatJBossApplicationServer",
                                    "Kubernetes",
                                    "AmazonWebService",
                                    "AmazonWebServiceBilling",
                                    "GoogleCloudPlatform",
                                    "GoogleCloudPlatformBilling",
                                    "MicrosoftAzureServicePrincipal",
                                    "MicrosoftAzureEnterpriseAgreement",
                                    "MicrosoftAzureBilling",
                                    "DellCompellent",
                                    "HPE3Par",
                                    "RedHatEnterpriseVirtualization",
                                    "NutanixAcropolis",
                                    "NutanixPrismCentral",
                                    "HPEOneView",
                                    "ServiceEngine",
                                    "HitachiVirtualStoragePlatform",
                                    "GenericTarget",
                                    "IMCBlade",
                                    "TerraformCloud",
                                    "TerraformAgent",
                                    "CustomTarget",
                                    "AnsibleEndpoint",
                                    "HTTPEndpoint",
                                    "SSHEndpoint",
                                    "CiscoCatalyst",
                                    "PowerShellEndpoint",
                                    "CiscoDNAC",
                                    "CiscoFMC",
                                    "ViptelaCloud",
                                    "CatalystSDWANManager",
                                    "MerakiCloud",
                                    "CiscoISE"
                                ],
                                "default": "",
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "Manufacturer of the server.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ActionsMetaData.List": {
                "title": "List of 'capability.ActionsMetaData' 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 'capability.ActionsMetaData' 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 'capability.ActionsMetaData' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ActionsMetaData"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterConnectionPoint": {
                "title": "Capability:Adapter Connection Point",
                "description": "Adapter connection point in the PCIe topology.",
                "x-allOf-name": "capability.AdapterConnectionPoint",
                "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 'capability.AdapterConnectionPoint', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.AdapterConnectionPoint"
                                ],
                                "default": "capability.AdapterConnectionPoint",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.AdapterConnectionPoint"
                                ],
                                "default": "capability.AdapterConnectionPoint",
                                "x-enum-as-string": true
                            },
                            "EndPointIds": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of endpoint identifiers for the Smart NIC connection points.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterDeprecatedDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.AdapterDeprecatedDef' 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 'capability.AdapterDeprecatedDef' resources.",
                "x-one-of-name": "capability.AdapterDeprecatedDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.AdapterDeprecatedDef.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"
                }
            },
            "capability.AdapterDeprecatedDef": {
                "title": "Capability:Adapter Deprecated Def",
                "description": "The capability.AdapterDeprecatedDef object is a capability definition used to identify network adapters that are unsupported or have been deprecated in the current system release. It is typically used within a server descriptor to flag incompatible hardware.\n#### Purpose\nThe primary purpose of this object is to maintain a catalog of unsupported adapters. When a server is discovered, its adapters can be checked against this catalog. If a match is found, the system can raise an alarm or prevent certain operations, ensuring that only supported hardware configurations are used.\n#### Key Concepts\n- **Hardware Compatibility Catalog:** Acts as a list of known unsupported or deprecated adapters.\n- **Identification by Vendor and Model:** Uses vendor and model properties to uniquely identify an adapter type.\n- **Proactive Issue Detection:** Enables the system to flag potential support and functionality issues by identifying deprecated hardware during server inventory.\n- **Nested Definition:** Designed to be used as a sub-object within a capability.ServerDescriptor, linking unsupported adapters to specific server models where they are not applicable.",
                "x-allOf-name": "capability.AdapterDeprecatedDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.AdapterDeprecatedDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.AdapterDeprecatedDef"
                                ],
                                "default": "capability.AdapterDeprecatedDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.AdapterDeprecatedDef"
                                ],
                                "default": "capability.AdapterDeprecatedDef",
                                "x-enum-as-string": true
                            },
                            "Model": {
                                "description": "Model of the unsupported adapter.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "Vendor of the unsupported adapter.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterDeprecatedDef.List": {
                "title": "List of 'capability.AdapterDeprecatedDef' 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 'capability.AdapterDeprecatedDef' 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 'capability.AdapterDeprecatedDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.AdapterDeprecatedDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterFirmwareRequirement.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.AdapterFirmwareRequirement' 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 'capability.AdapterFirmwareRequirement' resources.",
                "x-one-of-name": "capability.AdapterFirmwareRequirement.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.AdapterFirmwareRequirement.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"
                }
            },
            "capability.AdapterFirmwareRequirement": {
                "title": "Capability:Adapter Firmware Requirement",
                "description": "Firmware requirements for enabling Intersight based management for an adaptor.",
                "x-allOf-name": "capability.AdapterFirmwareRequirement",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.AdapterFirmwareRequirement', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.AdapterFirmwareRequirement"
                                ],
                                "default": "capability.AdapterFirmwareRequirement",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.AdapterFirmwareRequirement"
                                ],
                                "default": "capability.AdapterFirmwareRequirement",
                                "x-enum-as-string": true
                            },
                            "AdapterSeries": {
                                "description": "Series of adapter. Example - Cruz, Bodega.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IgnoreEmptyCurrentVersion": {
                                "description": "Do not update if the current version is reported as empty.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinimumAdapterVersion": {
                                "description": "The minimum adapter version that supports this adapter upgrade.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinimumBmcVersion": {
                                "description": "The minimum BMC version that supports this adapter upgrade.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RecommendedBmcVersion": {
                                "description": "The recommended BMC version that supports this adapter upgrade.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of adapter models which fall under this series of adapters.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterFirmwareRequirement.List": {
                "title": "List of 'capability.AdapterFirmwareRequirement' 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 'capability.AdapterFirmwareRequirement' 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 'capability.AdapterFirmwareRequirement' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.AdapterFirmwareRequirement"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterUnitDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.AdapterUnitDescriptor' 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 'capability.AdapterUnitDescriptor' resources.",
                "x-one-of-name": "capability.AdapterUnitDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.AdapterUnitDescriptor.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"
                }
            },
            "capability.AdapterUnitDescriptor": {
                "title": "Capability:Adapter Unit Descriptor",
                "description": "The AdapterUnitDescriptor object uniquely identifies an adapter within a hardware environment. This provides detailed attributes and descriptors that facilitate the management and recognition of adapters for server integration and inventory purposes.\n#### Purpose\nAn AdapterUnitDescriptor acts as a detailed descriptor for adapters, ensuring precise identification and integration within server systems.\n#### Key Concepts\n- **Hardware Descriptor:** Serves as an extension of the base hardware descriptor, focusing on adapter-specific attributes.\n- **Inventory Integration:** Facilitates integration with inventory systems, ensuring accurate tracking and management of adapter resources.\n- **Access Control:** Managed through privilege sets to ensure secure handling of adapter descriptors, maintaining integrity and reliability.\n- **Comprehensive Attributes:** Includes detailed properties such as prom card type, DCE port count, and connectivity order, supporting thorough adapter management.",
                "x-allOf-name": "capability.AdapterUnitDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.AdapterUnitDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.AdapterUnitDescriptor"
                                ],
                                "default": "capability.AdapterUnitDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.AdapterUnitDescriptor"
                                ],
                                "default": "capability.AdapterUnitDescriptor",
                                "x-enum-as-string": true
                            },
                            "AdapterGeneration": {
                                "description": "Generation of the adapter.\n* `4` - Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.\n* `2` - Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.\n* `3` - Third generation adapters (13xx). The PIDs of these adapters end with the string 03.\n* `5` - Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.",
                                "type": "integer",
                                "enum": [
                                    4,
                                    2,
                                    3,
                                    5
                                ],
                                "default": 4,
                                "x-omitempty": true
                            },
                            "ConnectivityOrder": {
                                "description": "Order in which the ports are connected; sequential or cyclic.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EthernetPortSpeed": {
                                "description": "The port speed for ethernet ports in Mbps.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Features": {
                                "type": "array",
                                "items": {
                                    "description": "Features supported on the adapter.",
                                    "$ref": "#/components/schemas/capability.FeatureConfig",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "FibreChannelPortSpeed": {
                                "description": "The port speed for fibre channel ports in Mbps.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "FibreChannelScsiIoqLimit": {
                                "description": "The number of SCSI I/O Queue resources to allocate.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "IsAzureQosSupported": {
                                "description": "Indicates that the Azure Stack Host QoS feature is supported by this adapter.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "IsGeneveSupported": {
                                "description": "Indicates that the GENEVE offload feature is supported by this adapter.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "IsPlacementApplicable": {
                                "description": "This field determines whether vNICs can be placed to the adapters. It is mandatory for all adapters. For third-party adapters, this field is set to 'false', meaning they will only be inventoried, and no LCP configuration will be applied.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "IsSecureBootSupported": {
                                "description": "Indicates support for secure boot.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "MaxEthRxRingSize": {
                                "description": "Maximum Ring Size value for vNIC Receive Queue.",
                                "type": "integer",
                                "format": "int64",
                                "default": 4096,
                                "x-omitempty": true
                            },
                            "MaxEthTxRingSize": {
                                "description": "Maximum Ring Size value for vNIC Transmit Queue.",
                                "type": "integer",
                                "format": "int64",
                                "default": 4096,
                                "x-omitempty": true
                            },
                            "MaxRocev2Interfaces": {
                                "description": "Maximum number of vNIC interfaces that can be RoCEv2 enabled.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2,
                                "x-omitempty": true
                            },
                            "NumDcePorts": {
                                "description": "Number of Dce Ports for the adapter.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NumberOfPciLinks": {
                                "description": "Indicates number of PCI Links of the adapter.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "x-omitempty": true
                            },
                            "PciLink": {
                                "description": "Indicates PCI Link status of adapter.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "x-omitempty": true
                            },
                            "PromCardType": {
                                "description": "Prom card type for the adapter.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "VicId": {
                                "description": "Vic Id assigned for the adapter.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterUnitDescriptor.List": {
                "title": "List of 'capability.AdapterUnitDescriptor' 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 'capability.AdapterUnitDescriptor' 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 'capability.AdapterUnitDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.AdapterUnitDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterUpdateConstraintMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.AdapterUpdateConstraintMeta' 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 'capability.AdapterUpdateConstraintMeta' resources.",
                "x-one-of-name": "capability.AdapterUpdateConstraintMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.AdapterUpdateConstraintMeta.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"
                }
            },
            "capability.AdapterUpdateConstraintMeta": {
                "title": "Capability:Adapter Update Constraint Meta",
                "description": "Internal meta-data to enable adapter unit update related constraints.",
                "x-allOf-name": "capability.AdapterUpdateConstraintMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.UpdateConstraintMeta"
                    }
                ]
            },
            "capability.AdapterUpdateConstraintMeta.List": {
                "title": "List of 'capability.AdapterUpdateConstraintMeta' 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 'capability.AdapterUpdateConstraintMeta' 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 'capability.AdapterUpdateConstraintMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.AdapterUpdateConstraintMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterUpgradeSupportMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.AdapterUpgradeSupportMeta' 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 'capability.AdapterUpgradeSupportMeta' resources.",
                "x-one-of-name": "capability.AdapterUpgradeSupportMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.AdapterUpgradeSupportMeta.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"
                }
            },
            "capability.AdapterUpgradeSupportMeta": {
                "title": "Capability:Adapter Upgrade Support Meta",
                "description": "Internal meta-data to enable adapter upgrade related decision making.",
                "x-allOf-name": "capability.AdapterUpgradeSupportMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.AdapterUpgradeSupportMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.AdapterUpgradeSupportMeta"
                                ],
                                "default": "capability.AdapterUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.AdapterUpgradeSupportMeta"
                                ],
                                "default": "capability.AdapterUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Information related to the list of adapters.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SeriesId": {
                                "description": "Series name of the adapter which will be supported in firmware operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of adapter models which fall under this series of adapters.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.AdapterUpgradeSupportMeta.List": {
                "title": "List of 'capability.AdapterUpgradeSupportMeta' 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 'capability.AdapterUpgradeSupportMeta' 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 'capability.AdapterUpgradeSupportMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.AdapterUpgradeSupportMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.BiosTokens.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.BiosTokens' 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 'capability.BiosTokens' resources.",
                "x-one-of-name": "capability.BiosTokens.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.BiosTokens.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"
                }
            },
            "capability.BiosTokens": {
                "title": "Capability:Bios Tokens",
                "description": "Bios Tokens place holder for mappping intersight types to end point keys.",
                "x-allOf-name": "capability.BiosTokens",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.BiosTokens', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.BiosTokens"
                                ],
                                "default": "capability.BiosTokens",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.BiosTokens"
                                ],
                                "default": "capability.BiosTokens",
                                "x-enum-as-string": true
                            },
                            "BiosTokensMap": {
                                "description": "Place holder for Bios Attribute Registry.",
                                "nullable": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of the Bios Attribute Registry.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.BiosTokens.List": {
                "title": "List of 'capability.BiosTokens' 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 'capability.BiosTokens' 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 'capability.BiosTokens' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.BiosTokens"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.Capability.Relationship": {
                "description": "A relationship to the 'capability.Capability' resource, or the expanded 'capability.Capability' resource, or the 'null' value.",
                "x-one-of-name": "capability.Capability.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "capability.Capability": {
                "title": "Capability:Capability",
                "description": "Abstract type that defines properties common for all capability descriptors.",
                "x-allOf-name": "capability.Capability",
                "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 'capability.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.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type.",
                                "enum": [
                                    "capability.ActionsMetaData",
                                    "capability.AdapterDeprecatedDef",
                                    "capability.AdapterFirmwareRequirement",
                                    "capability.AdapterUpdateConstraintMeta",
                                    "capability.AdapterUpgradeSupportMeta",
                                    "capability.BiosTokens",
                                    "capability.ChassisManufacturingDef",
                                    "capability.ChassisUpgradeSupportMeta",
                                    "capability.DomainPolicyRequirement",
                                    "capability.EquipmentPhysicalDef",
                                    "capability.EquipmentSlotArray",
                                    "capability.FanModuleManufacturingDef",
                                    "capability.FexCapabilityDef",
                                    "capability.FexManufacturingDef",
                                    "capability.FexSupportMeta",
                                    "capability.HsuIsoFileSupportMeta",
                                    "capability.IoCardCapabilityDef",
                                    "capability.IoCardManufacturingDef",
                                    "capability.IomUpgradeSupportMeta",
                                    "capability.NetworkEquipmentPowerDef",
                                    "capability.PolicyConstants",
                                    "capability.PortGroupAggregationDef",
                                    "capability.ProcessorUnitUpdateConstraintMeta",
                                    "capability.PsuManufacturingDef",
                                    "capability.ServerActionsMeta",
                                    "capability.ServerModelsCapabilityDef",
                                    "capability.ServerPcieConnectivityCatalog",
                                    "capability.ServerTopologyMap",
                                    "capability.ServerUpgradeSupportMeta",
                                    "capability.SiocModuleCapabilityDef",
                                    "capability.SiocModuleManufacturingDef",
                                    "capability.StandardRedfishSupportMeta",
                                    "capability.StorageControllerUpdateConstraintMeta",
                                    "capability.StorageControllersMetaData",
                                    "capability.SwitchCapability",
                                    "capability.SwitchEquipmentInfo",
                                    "capability.SwitchManufacturingDef",
                                    "capability.SwitchUpgradeSupportMeta",
                                    "capability.TemplateCatalog",
                                    "capability.TimeZoneMetaData",
                                    "capability.UpdateOrderMeta",
                                    "capability.VicDescriptor",
                                    "softwarerepository.CategoryMapper",
                                    "softwarerepository.CategoryMapperModel",
                                    "softwarerepository.CategorySupportConstraint",
                                    "softwarerepository.CategoryUnsupportedModels"
                                ],
                                "x-enum-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": [
                                    "capability.ActionsMetaData",
                                    "capability.AdapterDeprecatedDef",
                                    "capability.AdapterFirmwareRequirement",
                                    "capability.AdapterUpdateConstraintMeta",
                                    "capability.AdapterUpgradeSupportMeta",
                                    "capability.BiosTokens",
                                    "capability.ChassisManufacturingDef",
                                    "capability.ChassisUpgradeSupportMeta",
                                    "capability.DomainPolicyRequirement",
                                    "capability.EquipmentPhysicalDef",
                                    "capability.EquipmentSlotArray",
                                    "capability.FanModuleManufacturingDef",
                                    "capability.FexCapabilityDef",
                                    "capability.FexManufacturingDef",
                                    "capability.FexSupportMeta",
                                    "capability.HsuIsoFileSupportMeta",
                                    "capability.IoCardCapabilityDef",
                                    "capability.IoCardManufacturingDef",
                                    "capability.IomUpgradeSupportMeta",
                                    "capability.NetworkEquipmentPowerDef",
                                    "capability.PolicyConstants",
                                    "capability.PortGroupAggregationDef",
                                    "capability.ProcessorUnitUpdateConstraintMeta",
                                    "capability.PsuManufacturingDef",
                                    "capability.ServerActionsMeta",
                                    "capability.ServerModelsCapabilityDef",
                                    "capability.ServerPcieConnectivityCatalog",
                                    "capability.ServerTopologyMap",
                                    "capability.ServerUpgradeSupportMeta",
                                    "capability.SiocModuleCapabilityDef",
                                    "capability.SiocModuleManufacturingDef",
                                    "capability.StandardRedfishSupportMeta",
                                    "capability.StorageControllerUpdateConstraintMeta",
                                    "capability.StorageControllersMetaData",
                                    "capability.SwitchCapability",
                                    "capability.SwitchEquipmentInfo",
                                    "capability.SwitchManufacturingDef",
                                    "capability.SwitchUpgradeSupportMeta",
                                    "capability.TemplateCatalog",
                                    "capability.TimeZoneMetaData",
                                    "capability.UpdateOrderMeta",
                                    "capability.VicDescriptor",
                                    "softwarerepository.CategoryMapper",
                                    "softwarerepository.CategoryMapperModel",
                                    "softwarerepository.CategorySupportConstraint",
                                    "softwarerepository.CategoryUnsupportedModels"
                                ],
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "An unique identifer for a capability descriptor.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.Catalog.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.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 'capability.Catalog' resources.",
                "x-one-of-name": "capability.Catalog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.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"
                }
            },
            "capability.Catalog": {
                "title": "Capability:Catalog",
                "description": "Container for capability information of managed systems.\nThis catalog will be managed by devops using a specific role in the Catalog Admin account.",
                "x-allOf-name": "capability.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 'capability.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": [
                                    "capability.Catalog"
                                ],
                                "default": "capability.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": [
                                    "capability.Catalog"
                                ],
                                "default": "capability.Catalog",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "A unique name for the catalog.",
                                "type": "string",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "capability.Catalog.List": {
                "title": "List of 'capability.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 'capability.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 'capability.Catalog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.Catalog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.CertificatePropertyConstraints": {
                "title": "Capability:Certificate Property Constraints",
                "description": "Constraints to be validated for Certificate policy.",
                "x-allOf-name": "capability.CertificatePropertyConstraints",
                "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 'capability.CertificatePropertyConstraints', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.CertificatePropertyConstraints"
                                ],
                                "default": "capability.CertificatePropertyConstraints",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.CertificatePropertyConstraints"
                                ],
                                "default": "capability.CertificatePropertyConstraints",
                                "x-enum-as-string": true
                            },
                            "NumOfRootCertificatesSupported": {
                                "description": "Maximum number of root Certificates supported in FI.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ChassisDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ChassisDescriptor' 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 'capability.ChassisDescriptor' resources.",
                "x-one-of-name": "capability.ChassisDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ChassisDescriptor.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"
                }
            },
            "capability.ChassisDescriptor": {
                "title": "Capability:Chassis Descriptor",
                "description": "Descriptor that uniquely identifies an chassis enclosure.",
                "x-allOf-name": "capability.ChassisDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ChassisDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ChassisDescriptor"
                                ],
                                "default": "capability.ChassisDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ChassisDescriptor"
                                ],
                                "default": "capability.ChassisDescriptor",
                                "x-enum-as-string": true
                            },
                            "Revision": {
                                "description": "Revision for the chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ChassisDescriptor.List": {
                "title": "List of 'capability.ChassisDescriptor' 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 'capability.ChassisDescriptor' 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 'capability.ChassisDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ChassisDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ChassisManufacturingDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ChassisManufacturingDef' 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 'capability.ChassisManufacturingDef' resources.",
                "x-one-of-name": "capability.ChassisManufacturingDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ChassisManufacturingDef.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"
                }
            },
            "capability.ChassisManufacturingDef": {
                "title": "Capability:Chassis Manufacturing Def",
                "description": "Chassis enclosure manufacturing def properties.",
                "x-allOf-name": "capability.ChassisManufacturingDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ChassisManufacturingDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ChassisManufacturingDef"
                                ],
                                "default": "capability.ChassisManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ChassisManufacturingDef"
                                ],
                                "default": "capability.ChassisManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "Caption": {
                                "description": "Caption for Chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ChassisCodeName": {
                                "description": "Chassis Code Name for Chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for Chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "Product Identifier for a Chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "Product Name for Chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU information for Chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "VID information for Chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ChassisManufacturingDef.List": {
                "title": "List of 'capability.ChassisManufacturingDef' 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 'capability.ChassisManufacturingDef' 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 'capability.ChassisManufacturingDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ChassisManufacturingDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ChassisUpgradeSupportMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ChassisUpgradeSupportMeta' 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 'capability.ChassisUpgradeSupportMeta' resources.",
                "x-one-of-name": "capability.ChassisUpgradeSupportMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ChassisUpgradeSupportMeta.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"
                }
            },
            "capability.ChassisUpgradeSupportMeta": {
                "title": "Capability:Chassis Upgrade Support Meta",
                "description": "Internal meta-data to enable chassis upgrade related decision making.",
                "x-allOf-name": "capability.ChassisUpgradeSupportMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ChassisUpgradeSupportMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ChassisUpgradeSupportMeta"
                                ],
                                "default": "capability.ChassisUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ChassisUpgradeSupportMeta"
                                ],
                                "default": "capability.ChassisUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "AdaptersUpgradedViaHsu": {
                                "description": "If enabled, indicates that adapters in servers within this chassis would be upgraded by HSU.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Verbose description regarding this group of chassis.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SeriesId": {
                                "description": "Classification of a set of chassis models.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of chassis models which belong to this series.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SupportedPsuModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of PSU models which belong to this series.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SupportedXfmModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of XFM models which belong to this series.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ChassisUpgradeSupportMeta.List": {
                "title": "List of 'capability.ChassisUpgradeSupportMeta' 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 'capability.ChassisUpgradeSupportMeta' 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 'capability.ChassisUpgradeSupportMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ChassisUpgradeSupportMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.CimcFirmwareDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.CimcFirmwareDescriptor' 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 'capability.CimcFirmwareDescriptor' resources.",
                "x-one-of-name": "capability.CimcFirmwareDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.CimcFirmwareDescriptor.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"
                }
            },
            "capability.CimcFirmwareDescriptor": {
                "title": "Capability:Cimc Firmware Descriptor",
                "description": "The capability.CimcFirmwareDescriptor is a hardware descriptor object that defines server capabilities based on its Cisco Integrated Management Controller (CIMC) firmware version. It is used to determine feature support for specific firmware releases.\n#### Purpose\nThe main purpose of this object is to create a catalog that maps CIMC firmware versions to specific features. This allows the management system to dynamically determine if a server's firmware supports functionalities like UUID-based identification or local user password management, ensuring that operations are only attempted on compatible firmware.\n#### Key Concepts\n- **Firmware-Based Capability Mapping:** Links server capabilities directly to the vendor, model, and version of its CIMC firmware.\n- **Feature Support Gates:** Provides minimum firmware versions (uuidSupportedVer, localUserPswdSupportedVer) required for certain features to be available.\n- **Integration Logic:** Informs the system about specific integration details, such as whether the server uses an endpoint proxy (adapterEpProxyEnabled) to communicate with its adapters.\n- **Extensible Catalog:** As a HardwareDescriptor, it is part of an extensible catalog that can be updated to reflect new firmware releases and their corresponding capabilities.",
                "x-allOf-name": "capability.CimcFirmwareDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.CimcFirmwareDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.CimcFirmwareDescriptor"
                                ],
                                "default": "capability.CimcFirmwareDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.CimcFirmwareDescriptor"
                                ],
                                "default": "capability.CimcFirmwareDescriptor",
                                "x-enum-as-string": true
                            },
                            "AdapterEpProxyEnabled": {
                                "description": "Indicates whether the server uses ep proxy to communicate with the adapter.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocalUserPswdSupportedVer": {
                                "description": "Minimum server firmware version for local users password properties feature support.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyProfileSupportedVersion": {
                                "description": "Minimum server firmware version for policy profile feature support.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Revision": {
                                "description": "Revision information for the server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UuidSupportedVer": {
                                "description": "Minimum server firmware version for UUID feature support.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.CimcFirmwareDescriptor.List": {
                "title": "List of 'capability.CimcFirmwareDescriptor' 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 'capability.CimcFirmwareDescriptor' 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 'capability.CimcFirmwareDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.CimcFirmwareDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.CpuEndpointDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.CpuEndpointDescriptor' 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 'capability.CpuEndpointDescriptor' resources.",
                "x-one-of-name": "capability.CpuEndpointDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.CpuEndpointDescriptor.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"
                }
            },
            "capability.CpuEndpointDescriptor": {
                "title": "Capability:Cpu Endpoint Descriptor",
                "description": "The capability.CpuEndpointDescriptor object is a descriptor used to uniquely identify a CPU (Central Processing Unit) within the capability catalog. It serves as an inventory record for CPU models, providing key identification details.\n#### Purpose\nThe purpose of this object is to maintain a definitive catalog of supported CPU models. It stores essential information such as the vendor, model, pid (Product ID), and partNumber. This catalog can be used to validate the CPUs installed in a server, check for compatibility, and provide detailed inventory reports.\n#### Key Concepts\n- **CPU Cataloging:** Provides a structured way to catalog and manage information about different CPU models.\n- **Unique Identification:** Uses a combination of vendor, model, and pid to uniquely identify each CPU type.\n- **Platform Support:** The supportedPlatformsPids property links a CPU to the specific server platforms on which it is supported, enabling compatibility checks.\n- **Read-Only Inventory:** Designed as a read-only reference, ensuring the integrity of the hardware capability data.",
                "x-allOf-name": "capability.CpuEndpointDescriptor",
                "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 'capability.CpuEndpointDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.CpuEndpointDescriptor"
                                ],
                                "default": "capability.CpuEndpointDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.CpuEndpointDescriptor"
                                ],
                                "default": "capability.CpuEndpointDescriptor",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "This field is to provide description of the cpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "This field is to provide model of the cpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field is to provide partNumber of the cpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field is to provide pid of the cpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedPlatformsPids": {
                                "type": "array",
                                "items": {
                                    "description": "The platforms in which the cpu is supported.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Vendor": {
                                "description": "This field is to provide vendor of the cpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.CpuEndpointDescriptor.List": {
                "title": "List of 'capability.CpuEndpointDescriptor' 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 'capability.CpuEndpointDescriptor' 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 'capability.CpuEndpointDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.CpuEndpointDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.DeviceInventory": {
                "title": "Device inventory",
                "description": "Hardware device inventory information including model and version details.",
                "x-allOf-name": "capability.DeviceInventory",
                "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 'capability.DeviceInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.DeviceInventory"
                                ],
                                "default": "capability.DeviceInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.DeviceInventory"
                                ],
                                "default": "capability.DeviceInventory",
                                "x-enum-as-string": true
                            },
                            "DeviceObjectType": {
                                "description": "The type classification of the endpoint device.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "MaxVersion": {
                                "description": "The maximum firmware or software version supported by this endpoint.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "MinVersion": {
                                "description": "The minimum firmware or software version supported by this endpoint.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The specific model identifier of the endpoint device.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.DimmsEndpointDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.DimmsEndpointDescriptor' 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 'capability.DimmsEndpointDescriptor' resources.",
                "x-one-of-name": "capability.DimmsEndpointDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.DimmsEndpointDescriptor.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"
                }
            },
            "capability.DimmsEndpointDescriptor": {
                "title": "Capability:Dimms Endpoint Descriptor",
                "description": "The capability.DimmsEndpointDescriptor object is a descriptor used to uniquely identify a DIMM (Dual In-line Memory Module) within the capability catalog. It functions as a primary inventory record for memory module models.\n#### Purpose\nThe primary purpose of this object is to maintain a comprehensive catalog of supported DIMM models. It stores key identification details, including vendor, model, pid (Product ID), and partNumber. This catalog is essential for validating memory configurations, verifying compatibility with server platforms, and providing accurate inventory data.\n#### Key Concepts\n- **Memory Module Catalog:** Establishes a structured repository for information about different DIMM models.\n- **Unique Identification:** Uses a combination of vendor, model, and pid to uniquely define each type of DIMM.\n- **Compatibility Mapping:** The supportedPlatformsPids property links each DIMM to the server platforms it is certified for, which is critical for configuration validation.\n- **Reference Data:** Serves as a read-only source of truth for DIMM specifications, used by the system for inventory and validation purposes.",
                "x-allOf-name": "capability.DimmsEndpointDescriptor",
                "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 'capability.DimmsEndpointDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.DimmsEndpointDescriptor"
                                ],
                                "default": "capability.DimmsEndpointDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.DimmsEndpointDescriptor"
                                ],
                                "default": "capability.DimmsEndpointDescriptor",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "This field is to provide description of the dimm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "This field is to provide model of the dimm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field is to provide partNumber of the dimm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field is to provide pid of the dimm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedPlatformsPids": {
                                "type": "array",
                                "items": {
                                    "description": "The platforms in which the dimm is supported.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Vendor": {
                                "description": "This field is to provide vendor of the dimm.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.DimmsEndpointDescriptor.List": {
                "title": "List of 'capability.DimmsEndpointDescriptor' 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 'capability.DimmsEndpointDescriptor' 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 'capability.DimmsEndpointDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.DimmsEndpointDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.DomainPolicyRequirement.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.DomainPolicyRequirement' 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 'capability.DomainPolicyRequirement' resources.",
                "x-one-of-name": "capability.DomainPolicyRequirement.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.DomainPolicyRequirement.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"
                }
            },
            "capability.DomainPolicyRequirement": {
                "title": "Capability:Domain Policy Requirement",
                "description": "Version Constraint requirement for a domian policy.",
                "x-allOf-name": "capability.DomainPolicyRequirement",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.DomainPolicyRequirement', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.DomainPolicyRequirement"
                                ],
                                "default": "capability.DomainPolicyRequirement",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.DomainPolicyRequirement"
                                ],
                                "default": "capability.DomainPolicyRequirement",
                                "x-enum-as-string": true
                            },
                            "CertificatePolicyConstraints": {
                                "description": "Certificate policy specific constraints applicable for this model.",
                                "$ref": "#/components/schemas/capability.CertificatePropertyConstraints",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LdapConstraints": {
                                "description": "Ldap policy specific constraints applicable for this model.",
                                "$ref": "#/components/schemas/capability.LdapBasePropertyConstraints",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinBundleVersion": {
                                "description": "Minimum Bundle version from which it is supported.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinVersion": {
                                "description": "Minimum Version from which policy is supported.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PolicyName": {
                                "description": "Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortPolicyConstraints": {
                                "description": "Port policy specific constraints applicable for this model.",
                                "$ref": "#/components/schemas/capability.PortPropertyConstraints",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchControlPolicyConstraints": {
                                "description": "Switch control policy specific constraints applicable for this model.",
                                "$ref": "#/components/schemas/capability.SwitchControlPolicyConstraints",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.DomainPolicyRequirement.List": {
                "title": "List of 'capability.DomainPolicyRequirement' 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 'capability.DomainPolicyRequirement' 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 'capability.DomainPolicyRequirement' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.DomainPolicyRequirement"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.DrivesEndpointDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.DrivesEndpointDescriptor' 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 'capability.DrivesEndpointDescriptor' resources.",
                "x-one-of-name": "capability.DrivesEndpointDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.DrivesEndpointDescriptor.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"
                }
            },
            "capability.DrivesEndpointDescriptor": {
                "title": "Capability:Drives Endpoint Descriptor",
                "description": "The capability.DrivesEndpointDescriptor object is a descriptor used to uniquely identify a storage drive (e.g., HDD, SSD) within the capability catalog. It serves as a centralized inventory record for all supported drive models.\n#### Purpose\nThe main function of this object is to create and maintain a definitive catalog of storage drives. It stores essential identification attributes like vendor, model, pid (Product ID), and partNumber. This catalog is used by the system to validate drive compatibility with server platforms, verify hardware configurations, and provide detailed inventory reports.\n#### Key Concepts\n- **Storage Drive Catalog:** Provides a structured system for managing information about various drive models.\n- **Unique Identification:** Uniquely identifies each drive type using a combination of vendor, model, and pid.\n- **Alias Support:** The aliasModel property allows for mapping multiple model names to a single descriptor, accommodating vendor rebranding or minor variations.\n- **Platform Compatibility:** The supportedPlatformsPids list links each drive to the specific server platforms it is supported on, enabling automated compatibility checks.",
                "x-allOf-name": "capability.DrivesEndpointDescriptor",
                "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 'capability.DrivesEndpointDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.DrivesEndpointDescriptor"
                                ],
                                "default": "capability.DrivesEndpointDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.DrivesEndpointDescriptor"
                                ],
                                "default": "capability.DrivesEndpointDescriptor",
                                "x-enum-as-string": true
                            },
                            "AliasModel": {
                                "description": "This field is to provide alias model of the drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "This field is to provide description of the drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "This field is to provide model of the drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field is to provide partNumber of the drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field is to provide pid of the drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedPlatformsPids": {
                                "type": "array",
                                "items": {
                                    "description": "The platforms in which the drive is supported.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Vendor": {
                                "description": "This field is to provide vendor of the drive.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.DrivesEndpointDescriptor.List": {
                "title": "List of 'capability.DrivesEndpointDescriptor' 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 'capability.DrivesEndpointDescriptor' 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 'capability.DrivesEndpointDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.DrivesEndpointDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.EndpointDescriptor": {
                "title": "Capability:Endpoint Descriptor",
                "description": "Abstract type that defines properties common for all endpoint descriptors. An endpoint descriptor is used to uniquely identify a type of endpoint.",
                "x-allOf-name": "capability.EndpointDescriptor",
                "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 'capability.EndpointDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "capability.AdapterUnitDescriptor",
                                    "capability.ChassisDescriptor",
                                    "capability.CimcFirmwareDescriptor",
                                    "capability.FanModuleDescriptor",
                                    "capability.FexDescriptor",
                                    "capability.IoCardDescriptor",
                                    "capability.PsuDescriptor",
                                    "capability.ServerDescriptor",
                                    "capability.ServerSchemaDescriptor",
                                    "capability.SiocModuleDescriptor",
                                    "capability.SwitchDescriptor",
                                    "firmware.BiosDescriptor",
                                    "firmware.BoardControllerDescriptor",
                                    "firmware.CimcDescriptor",
                                    "firmware.DimmDescriptor",
                                    "firmware.DriveDescriptor",
                                    "firmware.GpuDescriptor",
                                    "firmware.HbaDescriptor",
                                    "firmware.IomDescriptor",
                                    "firmware.MswitchDescriptor",
                                    "firmware.NxosDescriptor",
                                    "firmware.PcieDescriptor",
                                    "firmware.PsuDescriptor",
                                    "firmware.PsxDescriptor",
                                    "firmware.SasExpanderDescriptor",
                                    "firmware.StorageControllerDescriptor"
                                ],
                                "x-enum-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": [
                                    "capability.AdapterUnitDescriptor",
                                    "capability.ChassisDescriptor",
                                    "capability.CimcFirmwareDescriptor",
                                    "capability.FanModuleDescriptor",
                                    "capability.FexDescriptor",
                                    "capability.IoCardDescriptor",
                                    "capability.PsuDescriptor",
                                    "capability.ServerDescriptor",
                                    "capability.ServerSchemaDescriptor",
                                    "capability.SiocModuleDescriptor",
                                    "capability.SwitchDescriptor",
                                    "firmware.BiosDescriptor",
                                    "firmware.BoardControllerDescriptor",
                                    "firmware.CimcDescriptor",
                                    "firmware.DimmDescriptor",
                                    "firmware.DriveDescriptor",
                                    "firmware.GpuDescriptor",
                                    "firmware.HbaDescriptor",
                                    "firmware.IomDescriptor",
                                    "firmware.MswitchDescriptor",
                                    "firmware.NxosDescriptor",
                                    "firmware.PcieDescriptor",
                                    "firmware.PsuDescriptor",
                                    "firmware.PsxDescriptor",
                                    "firmware.SasExpanderDescriptor",
                                    "firmware.StorageControllerDescriptor"
                                ],
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Detailed information about the endpoint.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The model of the endpoint, for which this capability information is applicable.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "The vendor of the endpoint, for which this capability information is applicable.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "The firmware or software version of the endpoint, for which this capability information is applicable.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Capabilities": {
                                "description": "An array of relationships to capabilityCapability resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.Capability.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.EquipmentPhysicalDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.EquipmentPhysicalDef' 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 'capability.EquipmentPhysicalDef' resources.",
                "x-one-of-name": "capability.EquipmentPhysicalDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.EquipmentPhysicalDef.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"
                }
            },
            "capability.EquipmentPhysicalDef": {
                "title": "Capability:Equipment Physical Def",
                "description": "Type to represent additional switch specific capabilities.",
                "x-allOf-name": "capability.EquipmentPhysicalDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.SwitchCapabilityDef"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.EquipmentPhysicalDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.EquipmentPhysicalDef"
                                ],
                                "default": "capability.EquipmentPhysicalDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.EquipmentPhysicalDef"
                                ],
                                "default": "capability.EquipmentPhysicalDef",
                                "x-enum-as-string": true
                            },
                            "Depth": {
                                "description": "Depth information for a Switch/Fabric-Interconnect.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "Height": {
                                "description": "Height information for a Switch/Fabric-Interconnect.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "MaxPower": {
                                "description": "Max Power information for a Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MinPower": {
                                "description": "Min Power information for a Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NominalPower": {
                                "description": "Nominal Power information for a Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Weight": {
                                "description": "Weight information for a Switch/Fabric-Interconnect.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "Width": {
                                "description": "Width information for a Switch/Fabric-Interconnect.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.EquipmentPhysicalDef.List": {
                "title": "List of 'capability.EquipmentPhysicalDef' 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 'capability.EquipmentPhysicalDef' 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 'capability.EquipmentPhysicalDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.EquipmentPhysicalDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.EquipmentSlotArray.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.EquipmentSlotArray' 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 'capability.EquipmentSlotArray' resources.",
                "x-one-of-name": "capability.EquipmentSlotArray.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.EquipmentSlotArray.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"
                }
            },
            "capability.EquipmentSlotArray": {
                "title": "Capability:Equipment Slot Array",
                "description": "Type to represent additional switch specific capabilities.",
                "x-allOf-name": "capability.EquipmentSlotArray",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.SwitchCapabilityDef"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.EquipmentSlotArray', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.EquipmentSlotArray"
                                ],
                                "default": "capability.EquipmentSlotArray",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.EquipmentSlotArray"
                                ],
                                "default": "capability.EquipmentSlotArray",
                                "x-enum-as-string": true
                            },
                            "FirstIndex": {
                                "description": "First Index information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "Height": {
                                "description": "Height information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "HorizontalStartOffset": {
                                "description": "Horizontal Start Offset information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "InlineGroupSeparation": {
                                "description": "Inline Group Separation information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "InlineGroupSize": {
                                "description": "Inline Group Size information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "InlineOffset": {
                                "description": "Inline Offset information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "Location": {
                                "description": "Location information for a Switch/Fabric-Interconnect hardware.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NumberOfSlots": {
                                "description": "Number of Slots information for a Switch/Fabric-Interconnect hardware.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Orientation": {
                                "description": "Orientation information for a Switch/Fabric-Interconnect hardware.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Selector": {
                                "description": "Selector information for a Switch/Fabric-Interconnect hardware.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SlotsPerLine": {
                                "description": "Slots per line information for a Switch/Fabric-Interconnect hardware.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "TransverseGroupSeparation": {
                                "description": "Transverse Group Separation information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "TransverseGroupSize": {
                                "description": "Transverse Group Size information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "TransverseOffset": {
                                "description": "Transverse Offset information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "VerticalStartOffset": {
                                "description": "Vertical Start Offset information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            },
                            "Width": {
                                "description": "Width information for a Switch/Fabric-Interconnect hardware.",
                                "type": "number",
                                "format": "float",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.EquipmentSlotArray.List": {
                "title": "List of 'capability.EquipmentSlotArray' 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 'capability.EquipmentSlotArray' 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 'capability.EquipmentSlotArray' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.EquipmentSlotArray"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.FanModuleDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.FanModuleDescriptor' 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 'capability.FanModuleDescriptor' resources.",
                "x-one-of-name": "capability.FanModuleDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.FanModuleDescriptor.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"
                }
            },
            "capability.FanModuleDescriptor": {
                "title": "Capability:Fan Module Descriptor",
                "description": "The capability.FanModuleDescriptor object is a hardware descriptor that uniquely identifies a fan module within the capability catalog. It serves as an inventory record for specific models of fan modules used in chassis and other equipment.\n#### Purpose\nThe purpose of this object is to maintain a catalog of known fan module models. It captures key identification details such as vendor, model, version, and revision. This allows the system to validate the hardware components of a chassis or server, ensuring that only supported and compatible fan modules are recognized.\n#### Key Concepts\n- **Hardware Cataloging:** Provides a structured entry for a specific fan module model in the system's hardware catalog.\n- **Unique Identification:** Uses a composite key of vendor, model, version, and revision to uniquely identify a fan module type.\n- **Component Validation:** Enables the system to verify that the fan modules discovered in a chassis match the known, supported hardware definitions.\n- **Extensible Descriptor:** As a HardwareDescriptor, it is part of a flexible and extensible catalog system.",
                "x-allOf-name": "capability.FanModuleDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.FanModuleDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.FanModuleDescriptor"
                                ],
                                "default": "capability.FanModuleDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.FanModuleDescriptor"
                                ],
                                "default": "capability.FanModuleDescriptor",
                                "x-enum-as-string": true
                            },
                            "Revision": {
                                "description": "Revision for the chassis enclosure.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.FanModuleDescriptor.List": {
                "title": "List of 'capability.FanModuleDescriptor' 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 'capability.FanModuleDescriptor' 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 'capability.FanModuleDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.FanModuleDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.FanModuleManufacturingDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.FanModuleManufacturingDef' 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 'capability.FanModuleManufacturingDef' resources.",
                "x-one-of-name": "capability.FanModuleManufacturingDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.FanModuleManufacturingDef.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"
                }
            },
            "capability.FanModuleManufacturingDef": {
                "title": "Capability:Fan Module Manufacturing Def",
                "description": "The capability.FanModuleManufacturingDef object is a capability definition that stores manufacturing-specific details for a fan module. This provides a comprehensive set of identifiers used for inventory and product identification.\n#### Purpose\nThis object's primary function is to serve as a reference for the manufacturing details of a fan module unit, which may contain multiple individual fans. It aggregates key product identifiers like pid (Product Identifier), vid (Vendor ID), sku (Stock Keeping Unit), and productName. This information is crucial for accurate inventory management, asset tracking, and support.\n#### Key Concepts\n- **Manufacturing Data:** Centralizes key manufacturing and product identifiers for a fan module.\n- **Product Identification:** Provides standard identifiers (pid, sku, productName) for easy lookup and integration with other systems like ordering and support tools.\n- **Descriptive Information:** Includes a caption and description to provide human-readable context about the fan module.\n- **Capability Reference:** Acts as a definition within the capability catalog, referenced by other objects to retrieve detailed manufacturing information.",
                "x-allOf-name": "capability.FanModuleManufacturingDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.FanModuleManufacturingDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.FanModuleManufacturingDef"
                                ],
                                "default": "capability.FanModuleManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.FanModuleManufacturingDef"
                                ],
                                "default": "capability.FanModuleManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "Caption": {
                                "description": "Caption for a fan module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for a fan module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "Product Identifier for a fan module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "Product Name for Fan Module Unit.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU information for a fan module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "VID information for a fan module.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.FanModuleManufacturingDef.List": {
                "title": "List of 'capability.FanModuleManufacturingDef' 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 'capability.FanModuleManufacturingDef' 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 'capability.FanModuleManufacturingDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.FanModuleManufacturingDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.FeatureConfig": {
                "title": "Feature Configuration",
                "description": "Configuration specific to the adapter feature.",
                "x-allOf-name": "capability.FeatureConfig",
                "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 'capability.FeatureConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.FeatureConfig"
                                ],
                                "default": "capability.FeatureConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.FeatureConfig"
                                ],
                                "default": "capability.FeatureConfig",
                                "x-enum-as-string": true
                            },
                            "FeatureName": {
                                "description": "Name of the feature that identifies the specific adapter configuration.\n* `RoCEv2` - Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.\n* `RoCEv1` - Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.\n* `VMQ` - Capability indicator of the Virtual Machine Queue (VMQ) feature.\n* `VMMQ` - Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.\n* `VMQInterrupts` - Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.\n* `NVGRE` - Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.\n* `ARFS` - Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.\n* `VXLAN` - Capability indicator of the Virtual Extensible LAN (VXLAN) feature.\n* `usNIC` - Capability indicator of the User Space NIC (usNIC) feature.\n* `Advanced Filter` - Capability indicator of the Advanced Filter feature.\n* `Azure Stack Host QOS` - Capability indicator of the Azure Stack Host QOS feature.\n* `GENEVE Offload` - Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.\n* `QinQ` - Capability indicator of the QinQ feature.\n* `SRIOV` - Capability indicator of the Single Root Input Output Virtualization (SR-IOV).\n* `Ether Channel Pinning` - Capability indicator of the Ether Channel Pinning feature.\n* `IPv6 Iscsi Boot` - Capability indicator of the Iscsi Boot via IPV6 protocol.",
                                "type": "string",
                                "enum": [
                                    "RoCEv2",
                                    "RoCEv1",
                                    "VMQ",
                                    "VMMQ",
                                    "VMQInterrupts",
                                    "NVGRE",
                                    "ARFS",
                                    "VXLAN",
                                    "usNIC",
                                    "Advanced Filter",
                                    "Azure Stack Host QOS",
                                    "GENEVE Offload",
                                    "QinQ",
                                    "SRIOV",
                                    "Ether Channel Pinning",
                                    "IPv6 Iscsi Boot"
                                ],
                                "default": "RoCEv2",
                                "x-omitempty": true
                            },
                            "MinAdapterFwVersion": {
                                "description": "Firmware version of Adapter from which support for this feature is available.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "MinFwVersion": {
                                "description": "Firmware version of BMC from which support for this feature is available.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SupportedFwVersions": {
                                "type": "array",
                                "items": {
                                    "description": "Support available on select firmware versions.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SupportedInAdapters": {
                                "type": "array",
                                "items": {
                                    "description": "Feature support is available on select adapters.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SupportedInGenerations": {
                                "type": "array",
                                "items": {
                                    "description": "The adapter generations that support this feature.\n* `4` - Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.\n* `2` - Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.\n* `3` - Third generation adapters (13xx). The PIDs of these adapters end with the string 03.\n* `5` - Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.",
                                    "type": "integer",
                                    "enum": [
                                        4,
                                        2,
                                        3,
                                        5
                                    ],
                                    "default": 4,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UnsupportedFeatureMatrix": {
                                "type": "array",
                                "items": {
                                    "description": "The adapter generations that does not support these features for this feature.",
                                    "$ref": "#/components/schemas/capability.UnsupportedFeatureConfig",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ValidationAction": {
                                "description": "Action to be taken when validation does not succeed.\n* `Error` - Stop workflow execution by throwing error.\n* `Skip` - Remove the feature from configuration and continue workflow execution.",
                                "type": "string",
                                "enum": [
                                    "Error",
                                    "Skip"
                                ],
                                "default": "Error",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.FexCapabilityDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.FexCapabilityDef' 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 'capability.FexCapabilityDef' resources.",
                "x-one-of-name": "capability.FexCapabilityDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.FexCapabilityDef.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"
                }
            },
            "capability.FexCapabilityDef": {
                "title": "Capability:Fex Capability Def",
                "description": "Fabric Extender module capabilities.",
                "x-allOf-name": "capability.FexCapabilityDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.FexCapabilityDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.FexCapabilityDef"
                                ],
                                "default": "capability.FexCapabilityDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.FexCapabilityDef"
                                ],
                                "default": "capability.FexCapabilityDef",
                                "x-enum-as-string": true
                            },
                            "FecConfigOnHifPortSupported": {
                                "description": "FEC config on HIF port for Fabric Extender.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.FexCapabilityDef.List": {
                "title": "List of 'capability.FexCapabilityDef' 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 'capability.FexCapabilityDef' 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 'capability.FexCapabilityDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.FexCapabilityDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.FexDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.FexDescriptor' 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 'capability.FexDescriptor' resources.",
                "x-one-of-name": "capability.FexDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.FexDescriptor.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"
                }
            },
            "capability.FexDescriptor": {
                "title": "Capability:Fex Descriptor",
                "description": "Descriptor that uniquely identifies an Fabric extender.",
                "x-allOf-name": "capability.FexDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.FexDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.FexDescriptor"
                                ],
                                "default": "capability.FexDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.FexDescriptor"
                                ],
                                "default": "capability.FexDescriptor",
                                "x-enum-as-string": true
                            },
                            "Revision": {
                                "description": "Revision for the fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.FexDescriptor.List": {
                "title": "List of 'capability.FexDescriptor' 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 'capability.FexDescriptor' 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 'capability.FexDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.FexDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.FexManufacturingDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.FexManufacturingDef' 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 'capability.FexManufacturingDef' resources.",
                "x-one-of-name": "capability.FexManufacturingDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.FexManufacturingDef.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"
                }
            },
            "capability.FexManufacturingDef": {
                "title": "Capability:Fex Manufacturing Def",
                "description": "Fabric extender manufacturing def properties.",
                "x-allOf-name": "capability.FexManufacturingDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.FexManufacturingDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.FexManufacturingDef"
                                ],
                                "default": "capability.FexManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.FexManufacturingDef"
                                ],
                                "default": "capability.FexManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "Caption": {
                                "description": "Caption for Fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for Fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FexCodeName": {
                                "description": "Code Name for Fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "Product Identifier for a Fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "Product Name for Fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU information for Fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "VID information for Fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.FexManufacturingDef.List": {
                "title": "List of 'capability.FexManufacturingDef' 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 'capability.FexManufacturingDef' 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 'capability.FexManufacturingDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.FexManufacturingDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.FexSupportMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.FexSupportMeta' 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 'capability.FexSupportMeta' resources.",
                "x-one-of-name": "capability.FexSupportMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.FexSupportMeta.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"
                }
            },
            "capability.FexSupportMeta": {
                "title": "Capability:Fex Support Meta",
                "description": "Internal meta-data to enable block domain upgrade when certain FEX models are connected.",
                "x-allOf-name": "capability.FexSupportMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.FexSupportMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.FexSupportMeta"
                                ],
                                "default": "capability.FexSupportMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.FexSupportMeta"
                                ],
                                "default": "capability.FexSupportMeta",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Information related to the list of FEXs.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SeriesId": {
                                "description": "Series names of FEXs which will be unsupported in the firmware operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of FEX models which fall under this series of FEX.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.FexSupportMeta.List": {
                "title": "List of 'capability.FexSupportMeta' 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 'capability.FexSupportMeta' 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 'capability.FexSupportMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.FexSupportMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.GpuConnectionPoint": {
                "title": "Capability:Gpu Connection Point",
                "description": "GPU connection point in the PCIe topology.",
                "x-allOf-name": "capability.GpuConnectionPoint",
                "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 'capability.GpuConnectionPoint', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.GpuConnectionPoint"
                                ],
                                "default": "capability.GpuConnectionPoint",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.GpuConnectionPoint"
                                ],
                                "default": "capability.GpuConnectionPoint",
                                "x-enum-as-string": true
                            },
                            "EndPointIds": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of endpoint identifiers for the GPU connection points.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PcieNodeSlots": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of PCI node slot identifiers where the GPU is connected.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.GpuEndpointDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.GpuEndpointDescriptor' 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 'capability.GpuEndpointDescriptor' resources.",
                "x-one-of-name": "capability.GpuEndpointDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.GpuEndpointDescriptor.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"
                }
            },
            "capability.GpuEndpointDescriptor": {
                "title": "Capability:Gpu Endpoint Descriptor",
                "description": "The capability.GpuEndpointDescriptor object is a descriptor used to uniquely identify a GPU (Graphics Processing Unit) within the capability catalog. It acts as a definitive inventory record for all supported GPU models.\n#### Purpose\nThe main purpose of this object is to maintain a catalog of GPU models, storing key identification information such as vendor, model, pid (Product ID), and partNumber. This catalog enables the system to validate installed GPUs, check their compatibility with specific server platforms, and provide accurate, detailed hardware inventory.\n#### Key Concepts\n- **GPU Cataloging:** Provides a structured repository for managing information about different GPU models.\n- **Unique Identification:** Uniquely defines each GPU type using a combination of vendor, model, and pid.\n- **Platform Compatibility:** The supportedPlatformsPids property links each GPU to the server platforms it is certified for, facilitating automated configuration checks.\n- **Read-Only Reference:** Serves as a source of truth for GPU specifications, used for system validation and inventory reporting.",
                "x-allOf-name": "capability.GpuEndpointDescriptor",
                "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 'capability.GpuEndpointDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.GpuEndpointDescriptor"
                                ],
                                "default": "capability.GpuEndpointDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.GpuEndpointDescriptor"
                                ],
                                "default": "capability.GpuEndpointDescriptor",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "This field is to provide description of the gpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "This field is to provide model of the gpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field is to provide partNumber of the gpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field is to provide pid of the gpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedPlatformsPids": {
                                "type": "array",
                                "items": {
                                    "description": "The platforms in which the gpu is supported.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Vendor": {
                                "description": "This field is to provide vendor of the gpu.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.GpuEndpointDescriptor.List": {
                "title": "List of 'capability.GpuEndpointDescriptor' 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 'capability.GpuEndpointDescriptor' 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 'capability.GpuEndpointDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.GpuEndpointDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.HardwareDescriptor": {
                "title": "Capability:Hardware Descriptor",
                "description": "Descriptor that uniquely identifies a hardware.",
                "x-allOf-name": "capability.HardwareDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.EndpointDescriptor"
                    }
                ]
            },
            "capability.HsuIsoFileSupportMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.HsuIsoFileSupportMeta' 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 'capability.HsuIsoFileSupportMeta' resources.",
                "x-one-of-name": "capability.HsuIsoFileSupportMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.HsuIsoFileSupportMeta.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"
                }
            },
            "capability.HsuIsoFileSupportMeta": {
                "title": "Capability:Hsu Iso File Support Meta",
                "description": "Internal meta-data to check the HSU support to accept an iso file path in the upgrade request.",
                "x-allOf-name": "capability.HsuIsoFileSupportMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.HsuIsoFileSupportMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.HsuIsoFileSupportMeta"
                                ],
                                "default": "capability.HsuIsoFileSupportMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.HsuIsoFileSupportMeta"
                                ],
                                "default": "capability.HsuIsoFileSupportMeta",
                                "x-enum-as-string": true
                            },
                            "DefaultFileName": {
                                "description": "Name of the symbolic link to the actual iso file in the default case.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultMinVersion": {
                                "description": "Firmware version from which the HSU capability is present in the default case.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModelSpecificConstraint": {
                                "type": "array",
                                "items": {
                                    "description": "Model-version specific combination for the hsu iso file support capability.",
                                    "$ref": "#/components/schemas/capability.HsuIsoModelSpecificConstraint",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Series": {
                                "description": "Series name for the capability group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.HsuIsoFileSupportMeta.List": {
                "title": "List of 'capability.HsuIsoFileSupportMeta' 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 'capability.HsuIsoFileSupportMeta' 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 'capability.HsuIsoFileSupportMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.HsuIsoFileSupportMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.HsuIsoModelSpecificConstraint": {
                "title": "Capability:Hsu Iso Model Specific Constraint",
                "description": "Model-version combination for the hsu iso file support capability.",
                "x-allOf-name": "capability.HsuIsoModelSpecificConstraint",
                "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 'capability.HsuIsoModelSpecificConstraint', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.HsuIsoModelSpecificConstraint"
                                ],
                                "default": "capability.HsuIsoModelSpecificConstraint",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.HsuIsoModelSpecificConstraint"
                                ],
                                "default": "capability.HsuIsoModelSpecificConstraint",
                                "x-enum-as-string": true
                            },
                            "FileName": {
                                "description": "Name of the symbolic link to the actual iso file for this constraint.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinVersion": {
                                "description": "The version below which the capability is not supported.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The server model this constraint is to be enforced upon.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.IoCardCapabilityDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.IoCardCapabilityDef' 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 'capability.IoCardCapabilityDef' resources.",
                "x-one-of-name": "capability.IoCardCapabilityDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.IoCardCapabilityDef.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"
                }
            },
            "capability.IoCardCapabilityDef": {
                "title": "Capability:Io Card Capability Def",
                "description": "Chassis Iocard module capabilities.",
                "x-allOf-name": "capability.IoCardCapabilityDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.IoCardCapabilityDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.IoCardCapabilityDef"
                                ],
                                "default": "capability.IoCardCapabilityDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.IoCardCapabilityDef"
                                ],
                                "default": "capability.IoCardCapabilityDef",
                                "x-enum-as-string": true
                            },
                            "DcSupported": {
                                "description": "Device connector support on Iocard.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.IoCardCapabilityDef.List": {
                "title": "List of 'capability.IoCardCapabilityDef' 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 'capability.IoCardCapabilityDef' 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 'capability.IoCardCapabilityDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.IoCardCapabilityDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.IoCardDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.IoCardDescriptor' 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 'capability.IoCardDescriptor' resources.",
                "x-one-of-name": "capability.IoCardDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.IoCardDescriptor.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"
                }
            },
            "capability.IoCardDescriptor": {
                "title": "Capability:Io Card Descriptor",
                "description": "Descriptor that uniquely identifies an IO card module.",
                "x-allOf-name": "capability.IoCardDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.IoCardDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.IoCardDescriptor"
                                ],
                                "default": "capability.IoCardDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.IoCardDescriptor"
                                ],
                                "default": "capability.IoCardDescriptor",
                                "x-enum-as-string": true
                            },
                            "BifPortNum": {
                                "description": "Identifies the bif port number for the iocard module.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "IsUcsxDirectIoCard": {
                                "description": "Identifies whether the iocard module is a part of the UCSX Direct chassis.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "NativeHifPortChannelRequired": {
                                "description": "Identifies whether host port-channel is required to be configured for the iocard module.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "NativeSpeedMasterPortNum": {
                                "description": "Primary port number for native speed configuration for the iocard module.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NumHifPorts": {
                                "description": "Number of hif ports per blade for the iocard module.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Revision": {
                                "description": "Revision for the iocard module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UifConnectivity": {
                                "description": "Connectivity information between UIF Uplink ports and IOM ports.\n* `inline` - UIF uplink ports and IOM ports are connected inline.\n* `cross-connected` - UIF uplink ports and IOM ports are cross-connected, a case in washington chassis.",
                                "type": "string",
                                "enum": [
                                    "inline",
                                    "cross-connected"
                                ],
                                "default": "inline",
                                "x-omitempty": true
                            },
                            "UnsupportedPolicies": {
                                "type": "array",
                                "items": {
                                    "description": "Policies that are not applicable for Iocard.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.IoCardDescriptor.List": {
                "title": "List of 'capability.IoCardDescriptor' 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 'capability.IoCardDescriptor' 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 'capability.IoCardDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.IoCardDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.IoCardManufacturingDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.IoCardManufacturingDef' 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 'capability.IoCardManufacturingDef' resources.",
                "x-one-of-name": "capability.IoCardManufacturingDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.IoCardManufacturingDef.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"
                }
            },
            "capability.IoCardManufacturingDef": {
                "title": "Capability:Io Card Manufacturing Def",
                "description": "Chassis Iocard module properties.",
                "x-allOf-name": "capability.IoCardManufacturingDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.IoCardManufacturingDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.IoCardManufacturingDef"
                                ],
                                "default": "capability.IoCardManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.IoCardManufacturingDef"
                                ],
                                "default": "capability.IoCardManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "Caption": {
                                "description": "Caption for a chassis Iocard module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for a chassis Iocard module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "Product Identifier for a chassis Iocard module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "Product Name for IO Card Module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU information for a chassis Iocard module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "VID information for a chassis Iocard module.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.IoCardManufacturingDef.List": {
                "title": "List of 'capability.IoCardManufacturingDef' 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 'capability.IoCardManufacturingDef' 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 'capability.IoCardManufacturingDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.IoCardManufacturingDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.IomUpgradeSupportMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.IomUpgradeSupportMeta' 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 'capability.IomUpgradeSupportMeta' resources.",
                "x-one-of-name": "capability.IomUpgradeSupportMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.IomUpgradeSupportMeta.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"
                }
            },
            "capability.IomUpgradeSupportMeta": {
                "title": "Capability:Iom Upgrade Support Meta",
                "description": "Internal meta-data to enable IOM upgrade related decision making.",
                "x-allOf-name": "capability.IomUpgradeSupportMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.IomUpgradeSupportMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.IomUpgradeSupportMeta"
                                ],
                                "default": "capability.IomUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.IomUpgradeSupportMeta"
                                ],
                                "default": "capability.IomUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Information related to the list of IOMs. Also provides additional information such as hardware name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DirectUpgrade": {
                                "description": "Indicates if the IOM models have a Device Connector, which in turn allows direct upgrade requests to be sent to the IOM DC.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SeriesId": {
                                "description": "Series names of IOMs which will be supported in the firmware operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of IOM models which fall under this series of IOM.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.IomUpgradeSupportMeta.List": {
                "title": "List of 'capability.IomUpgradeSupportMeta' 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 'capability.IomUpgradeSupportMeta' 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 'capability.IomUpgradeSupportMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.IomUpgradeSupportMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.LdapBasePropertyConstraints": {
                "title": "Capability:Ldap Base Property Constraints",
                "description": "Constraints to be validated for LDAP policy.",
                "x-allOf-name": "capability.LdapBasePropertyConstraints",
                "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 'capability.LdapBasePropertyConstraints', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.LdapBasePropertyConstraints"
                                ],
                                "default": "capability.LdapBasePropertyConstraints",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.LdapBasePropertyConstraints"
                                ],
                                "default": "capability.LdapBasePropertyConstraints",
                                "x-enum-as-string": true
                            },
                            "MaxLdapGroupsSupported": {
                                "description": "Maximum LDAP groups supported in FI.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxLdapProvidersSupported": {
                                "description": "Maximum LDAP providers supported in FI.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RolesSupported": {
                                "type": "array",
                                "items": {
                                    "description": "End point roles supported in this platform.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SupportedMaxLengthForDn": {
                                "description": "Maximum length supported for distinguished name.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedMaxLengthForFilter": {
                                "description": "Maximum length supported for ldap search filter.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.NetworkEquipmentPowerDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.NetworkEquipmentPowerDef' 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 'capability.NetworkEquipmentPowerDef' resources.",
                "x-one-of-name": "capability.NetworkEquipmentPowerDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.NetworkEquipmentPowerDef.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"
                }
            },
            "capability.NetworkEquipmentPowerDef": {
                "title": "Capability:Network Equipment Power Def",
                "description": "Defines power requirements for equipment like Fabric Interconnects and FEX.\nUsed for Power Group power allocation calculations to determine the power\nconsumption for FI and FEX devices.",
                "x-allOf-name": "capability.NetworkEquipmentPowerDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.NetworkEquipmentPowerDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.NetworkEquipmentPowerDef"
                                ],
                                "default": "capability.NetworkEquipmentPowerDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.NetworkEquipmentPowerDef"
                                ],
                                "default": "capability.NetworkEquipmentPowerDef",
                                "x-enum-as-string": true
                            },
                            "DeviceType": {
                                "description": "Device type - FabricInterconnect or Fex.\n* `Unknown` - The device type is unknown.\n* `FabricInterconnect` - The device is a Fabric Interconnect.\n* `Fex` - The device is a Fabric Extender (FEX).",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "FabricInterconnect",
                                    "Fex"
                                ],
                                "default": "Unknown",
                                "x-omitempty": true
                            },
                            "MaxPower": {
                                "description": "Maximum power consumption in watts.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "Product Identifier for the network equipment (e.g., UCS-FI-6454).",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "TypicalPower": {
                                "description": "Typical power consumption in watts under normal operating conditions.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.NetworkEquipmentPowerDef.List": {
                "title": "List of 'capability.NetworkEquipmentPowerDef' 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 'capability.NetworkEquipmentPowerDef' 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 'capability.NetworkEquipmentPowerDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.NetworkEquipmentPowerDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.PcIdRange": {
                "title": "Capability:Pc Id Range",
                "description": "Type to represent ranges of port-channel IDs supported.",
                "x-allOf-name": "capability.PcIdRange",
                "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 'capability.PcIdRange', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.PcIdRange"
                                ],
                                "default": "capability.PcIdRange",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.PcIdRange"
                                ],
                                "default": "capability.PcIdRange",
                                "x-enum-as-string": true
                            },
                            "EndPcId": {
                                "description": "Ending Port-Channel ID in this range of port-channels.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "StartPcId": {
                                "description": "Starting Port-Channel ID in this range of port-channels.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.PolicyConstants.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.PolicyConstants' 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 'capability.PolicyConstants' resources.",
                "x-one-of-name": "capability.PolicyConstants.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.PolicyConstants.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"
                }
            },
            "capability.PolicyConstants": {
                "title": "Capability:Policy Constants",
                "description": "The PolicyConstants object is a specialized component within the capability catalog, designed to manage and aggregate validation rules for server policy properties. It serves as a centralized reference point for ensuring that server policies adhere to predefined standards and constraints, facilitating the consistent enforcement of management rules across the system.\n#### Purpose\nThe primary purpose of PolicyConstants is to provide a blueprint for policy validation. By aggregating specific rules and restrictions\u2014such as reserved keywords for device naming\u2014it ensures that server policies are configured correctly before they are applied. This centralized approach reduces configuration errors and maintains the integrity of server profiles and orchestration processes.\n#### Key Concepts\n- **Standardized Validation:** Acts as a repository for rules that govern how policy properties are defined, ensuring uniformity across different server configurations and policy types.\n- **Policy Integrity:** By enforcing restrictions on naming and parameters, it helps maintain the operational stability of critical system configurations, such as boot order policies.\n- **Capability Integration:** As an extension of the Capability object, it is part of a broader catalog of pre-defined server policy types, allowing it to be seamlessly integrated into the system's management framework.\n- **Role-Based Access:** Access to these constants is governed by a comprehensive set of privilege sets, ensuring that technical, administrative, and marketing roles have the appropriate level of visibility into policy constraints.",
                "x-allOf-name": "capability.PolicyConstants",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.PolicyConstants', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.PolicyConstants"
                                ],
                                "default": "capability.PolicyConstants",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.PolicyConstants"
                                ],
                                "default": "capability.PolicyConstants",
                                "x-enum-as-string": true
                            },
                            "BootDeviceReservedKeywords": {
                                "description": "List of reserved keywords for boot device policies.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.PolicyConstants.List": {
                "title": "List of 'capability.PolicyConstants' 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 'capability.PolicyConstants' 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 'capability.PolicyConstants' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.PolicyConstants"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.PortGroupAggregationDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.PortGroupAggregationDef' 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 'capability.PortGroupAggregationDef' resources.",
                "x-one-of-name": "capability.PortGroupAggregationDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.PortGroupAggregationDef.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"
                }
            },
            "capability.PortGroupAggregationDef": {
                "title": "Capability:Port Group Aggregation Def",
                "description": "The PortGroupAggregationDef defines how port-groups on FEX/IOCARD modules can be aggregated.\n#### Purpose\nA PortGroupAggregationDef serves as the blueprint for defining port group aggregation capabilities, supporting efficient network management and configuration. \n#### Key Concepts\n- **Aggregation Capability:** Specifies the aggregation capabilities associated with port groups, enhancing network efficiency and resource management.\n- **Module Integration:** Focuses on FEX/IOCARD module port groups, ensuring seamless integration and configuration within network systems.\n- **Access Management:** Utilizes privilege sets to ensure secure access and management of port group capabilities, maintaining system integrity.",
                "x-allOf-name": "capability.PortGroupAggregationDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.PortGroupAggregationDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.PortGroupAggregationDef"
                                ],
                                "default": "capability.PortGroupAggregationDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.PortGroupAggregationDef"
                                ],
                                "default": "capability.PortGroupAggregationDef",
                                "x-enum-as-string": true
                            },
                            "AggregationCap": {
                                "description": "Aggregation capability for port group.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Hw40GPortGroupCap": {
                                "description": "Indicates support for 40G port group capability.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Pgtype": {
                                "description": "The type of port group for which this capability is defined.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.PortGroupAggregationDef.List": {
                "title": "List of 'capability.PortGroupAggregationDef' 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 'capability.PortGroupAggregationDef' 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 'capability.PortGroupAggregationDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.PortGroupAggregationDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.PortPropertyConstraints": {
                "title": "Capability:Port Property Constraints",
                "description": "Constraints to be validated for Port policy.",
                "x-allOf-name": "capability.PortPropertyConstraints",
                "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 'capability.PortPropertyConstraints', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.PortPropertyConstraints"
                                ],
                                "default": "capability.PortPropertyConstraints",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.PortPropertyConstraints"
                                ],
                                "default": "capability.PortPropertyConstraints",
                                "x-enum-as-string": true
                            },
                            "LagSuspendIndividualPortSupported": {
                                "description": "Indicates whether LAG suspend individual port setting is supported on this platform.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinBundleVersionFor25gSpeed": {
                                "description": "Minimum bundle version required to support 25G speed on ports.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinSwitchVersionFor25gSpeed": {
                                "description": "Minimum switch firmware version required to support 25G speed on ports.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.PortRange": {
                "title": "Capability:Port Range",
                "description": "Type to represent ranges of ports supporting certain speeds or features on a switch.",
                "x-allOf-name": "capability.PortRange",
                "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 'capability.PortRange', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.PortRange"
                                ],
                                "default": "capability.PortRange",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.PortRange"
                                ],
                                "default": "capability.PortRange",
                                "x-enum-as-string": true
                            },
                            "EndPortId": {
                                "description": "Ending Port ID in this range of ports.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "EndSlotId": {
                                "description": "Ending Slot ID in this range of ports.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "StartPortId": {
                                "description": "Starting Port ID in this range of ports.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "StartSlotId": {
                                "description": "Starting Slot ID in this range of ports.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ProcessorUnitUpdateConstraintMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ProcessorUnitUpdateConstraintMeta' 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 'capability.ProcessorUnitUpdateConstraintMeta' resources.",
                "x-one-of-name": "capability.ProcessorUnitUpdateConstraintMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ProcessorUnitUpdateConstraintMeta.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"
                }
            },
            "capability.ProcessorUnitUpdateConstraintMeta": {
                "title": "Capability:Processor Unit Update Constraint Meta",
                "description": "Internal meta-data to enable processor unit update related constraints.",
                "x-allOf-name": "capability.ProcessorUnitUpdateConstraintMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.UpdateConstraintMeta"
                    }
                ]
            },
            "capability.ProcessorUnitUpdateConstraintMeta.List": {
                "title": "List of 'capability.ProcessorUnitUpdateConstraintMeta' 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 'capability.ProcessorUnitUpdateConstraintMeta' 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 'capability.ProcessorUnitUpdateConstraintMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ProcessorUnitUpdateConstraintMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.PsuDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.PsuDescriptor' 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 'capability.PsuDescriptor' resources.",
                "x-one-of-name": "capability.PsuDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.PsuDescriptor.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"
                }
            },
            "capability.PsuDescriptor": {
                "title": "Capability:Psu Descriptor",
                "description": "The capability.PsuDescriptor object is a hardware descriptor that uniquely identifies a Power Supply Unit (PSU) within the capability catalog. It serves as a reference record for specific models of PSUs.\n#### Purpose\nThe purpose of this object is to maintain a catalog of known PSU models. By capturing key identifiers like vendor, model, version, and revision, it allows the system to validate the PSUs installed in a server or chassis. This ensures that the components are recognized, supported, and compatible with the equipment they are installed in.\n#### Key Concepts\n- **Hardware Cataloging:** Provides a structured entry for a specific PSU model in the system's hardware catalog.\n- **Unique Identification:** Uses a composite key of vendor, model, version, and revision to uniquely identify a PSU type.\n- **Component Validation:** Enables the system to verify that the PSUs discovered in a device match the known, supported hardware definitions.\n- **Extensible Framework:** As a HardwareDescriptor, it is part of an extensible catalog that can be updated with new PSU models as they become available.",
                "x-allOf-name": "capability.PsuDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.PsuDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.PsuDescriptor"
                                ],
                                "default": "capability.PsuDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.PsuDescriptor"
                                ],
                                "default": "capability.PsuDescriptor",
                                "x-enum-as-string": true
                            },
                            "Revision": {
                                "description": "Revision for the power supply.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.PsuDescriptor.List": {
                "title": "List of 'capability.PsuDescriptor' 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 'capability.PsuDescriptor' 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 'capability.PsuDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.PsuDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.PsuManufacturingDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.PsuManufacturingDef' 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 'capability.PsuManufacturingDef' resources.",
                "x-one-of-name": "capability.PsuManufacturingDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.PsuManufacturingDef.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"
                }
            },
            "capability.PsuManufacturingDef": {
                "title": "Capability:Psu Manufacturing Def",
                "description": "The capability.PsuManufacturingDef object is a capability definition that stores manufacturing-specific details for a Power Supply Unit (PSU). This provides a comprehensive set of identifiers for product and inventory management.\n#### Purpose\nThis object's primary function is to act as a reference for the manufacturing details of a PSU. It aggregates key product identifiers such as pid (Product Identifier), vid (Vendor ID), sku (Stock Keeping Unit), and productName. This information is essential for accurate inventory, asset tracking, and integration with support and ordering systems.\n#### Key Concepts\n- **Manufacturing Reference:** Centralizes key manufacturing and product data for a specific PSU model.\n- **Product Identification:** Provides standard identifiers (pid, sku, productName) that allow for easy lookup and correlation with external product databases.\n- **Descriptive Data:** Includes a caption and description to offer human-readable context about the PSU.\n- **Capability Catalog Entry:** Serves as a definition within the capability catalog, which can be referenced by other objects to retrieve detailed manufacturing information.",
                "x-allOf-name": "capability.PsuManufacturingDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.PsuManufacturingDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.PsuManufacturingDef"
                                ],
                                "default": "capability.PsuManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.PsuManufacturingDef"
                                ],
                                "default": "capability.PsuManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "Caption": {
                                "description": "Caption for a power supply unit.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for a power supply unit.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "Product Identifier for a power supply unit.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "Product Name for Power Supplu Unit.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU information for a power supply unit.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "VID information for a power supply unit.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.PsuManufacturingDef.List": {
                "title": "List of 'capability.PsuManufacturingDef' 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 'capability.PsuManufacturingDef' 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 'capability.PsuManufacturingDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.PsuManufacturingDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerActionsMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ServerActionsMeta' 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 'capability.ServerActionsMeta' resources.",
                "x-one-of-name": "capability.ServerActionsMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ServerActionsMeta.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"
                }
            },
            "capability.ServerActionsMeta": {
                "title": "Capability:Server Actions Meta",
                "description": "The ServerActionsMeta object plays an integral role in enabling Host Server Utility (HSU) actions within Cisco's Intersight platform. This provides internal metadata necessary to support specific server operations.\n#### Purpose\nServerActionsMeta is designed to support and manage HSU-related actions, ensuring that operations are executed correctly within the constraints defined. It helps streamline server management tasks by providing essential metadata for action validation.\n#### Key Concepts\n- **Support for HSU Actions:** Encapsulates necessary information to enable server actions related to Host Server Utility.\n- **Privilege Sets:** Establishes access levels required for executing read, update, and delete operations.\n- **Target Validation:** Contains properties that aid in the validation of actions, ensuring that operations are performed on compatible server models and firmware versions.\n- ** Efficiency:** Enhances operational efficiency by providing metadata that supports streamlined server management.",
                "x-allOf-name": "capability.ServerActionsMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ServerActionsMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerActionsMeta"
                                ],
                                "default": "capability.ServerActionsMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerActionsMeta"
                                ],
                                "default": "capability.ServerActionsMeta",
                                "x-enum-as-string": true
                            },
                            "ActionName": {
                                "description": "Action which will be supported using the HSU.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinSupportedVersion": {
                                "description": "Firmware version below which host operation is not supported.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetType": {
                                "description": "The target type to which the metadata applies.\n* `` - An unrecognized platform type.\n* `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster.\n* `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance.\n* `DCNM` - A Cisco Data Center Network Manager (DCNM) instance.\n* `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM).\n* `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight.\n* `IMC` - A standalone Cisco UCS rack server (Deprecated).\n* `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server.\n* `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server.\n* `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server.\n* `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM).\n* `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor.\n* `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM).\n* `HX` - A Cisco HyperFlex (HX) cluster.\n* `UCSD` - A Cisco UCS Director (UCSD) instance.\n* `UCSXECMC` - A Cisco UCSXE Chassis Management Controller.\n* `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis.\n* `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance.\n* `IntersightAssist` - A Cisco Intersight Assist instance.\n* `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device.\n* `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device.\n* `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist.\n* `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric.\n* `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector.\n* `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector.\n* `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist.\n* `UCSC885` - A standalone Cisco UCS C885 Server.\n* `CAI845A` - A standalone Cisco AI 845A Server.\n* `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist.\n* `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers.\n* `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist.\n* `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor.\n* `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor.\n* `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller.\n* `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server.\n* `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks.\n* `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc.\n* `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications.\n* `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications.\n* `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints.\n* `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server.\n* `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE.\n* `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application.\n* `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software.\n* `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster.\n* `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud.\n* `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines.\n* `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster.\n* `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services.\n* `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system.\n* `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications.\n* `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist.\n* `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment.\n* `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight.\n* `TerraformCloud` - A Terraform Cloud Business Tier account.\n* `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace.\n* `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints.\n* `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows.\n* `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token.\n* `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist.\n* `CiscoCatalyst` - A Cisco Catalyst networking switch device.\n* `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist.\n* `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance.\n* `CiscoFMC` - A Cisco Secure Firewall Management Center.\n* `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices.\n* `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager.\n* `MerakiCloud` - A Cisco Meraki Organization.\n* `CiscoISE` - A Cisco Identity Services Engine (ISE) target.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "APIC",
                                    "CAPIC",
                                    "DCNM",
                                    "UCSFI",
                                    "UCSFIISM",
                                    "IMC",
                                    "IMCM4",
                                    "IMCM5",
                                    "IMCRack",
                                    "UCSIOM",
                                    "UCSPCIeNODE",
                                    "UCSXFM",
                                    "HX",
                                    "UCSD",
                                    "UCSXECMC",
                                    "UCSXESecureRouter",
                                    "IntersightAppliance",
                                    "IntersightAssist",
                                    "PureStorageFlashArray",
                                    "PureStorageFlashBladeSystem",
                                    "NexusDevice",
                                    "ACISwitch",
                                    "NexusSwitch",
                                    "MDSSwitch",
                                    "MDSDevice",
                                    "UCSC885",
                                    "CAI845A",
                                    "UCSC890",
                                    "RedfishServer",
                                    "NetAppOntap",
                                    "NetAppActiveIqUnifiedManager",
                                    "EmcScaleIo",
                                    "EmcVmax",
                                    "EmcVplex",
                                    "EmcXtremIo",
                                    "VmwareVcenter",
                                    "MicrosoftHyperV",
                                    "AppDynamics",
                                    "Dynatrace",
                                    "NewRelic",
                                    "ServiceNow",
                                    "Umbrella",
                                    "CloudFoundry",
                                    "MicrosoftAzureApplicationInsights",
                                    "OpenStack",
                                    "MicrosoftSqlServer",
                                    "MySqlServer",
                                    "OracleDatabaseServer",
                                    "IBMWebSphereApplicationServer",
                                    "OracleWebLogicServer",
                                    "ApacheTomcatServer",
                                    "JavaVirtualMachine",
                                    "RedHatJBossApplicationServer",
                                    "Kubernetes",
                                    "AmazonWebService",
                                    "AmazonWebServiceBilling",
                                    "GoogleCloudPlatform",
                                    "GoogleCloudPlatformBilling",
                                    "MicrosoftAzureServicePrincipal",
                                    "MicrosoftAzureEnterpriseAgreement",
                                    "MicrosoftAzureBilling",
                                    "DellCompellent",
                                    "HPE3Par",
                                    "RedHatEnterpriseVirtualization",
                                    "NutanixAcropolis",
                                    "NutanixPrismCentral",
                                    "HPEOneView",
                                    "ServiceEngine",
                                    "HitachiVirtualStoragePlatform",
                                    "GenericTarget",
                                    "IMCBlade",
                                    "TerraformCloud",
                                    "TerraformAgent",
                                    "CustomTarget",
                                    "AnsibleEndpoint",
                                    "HTTPEndpoint",
                                    "SSHEndpoint",
                                    "CiscoCatalyst",
                                    "PowerShellEndpoint",
                                    "CiscoDNAC",
                                    "CiscoFMC",
                                    "ViptelaCloud",
                                    "CatalystSDWANManager",
                                    "MerakiCloud",
                                    "CiscoISE"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerActionsMeta.List": {
                "title": "List of 'capability.ServerActionsMeta' 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 'capability.ServerActionsMeta' 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 'capability.ServerActionsMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ServerActionsMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerComponentConstraint": {
                "title": "Capability:Server Component Constraint",
                "description": "Constitutes the server model specific version support for the associated component.",
                "x-allOf-name": "capability.ServerComponentConstraint",
                "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 'capability.ServerComponentConstraint', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerComponentConstraint"
                                ],
                                "default": "capability.ServerComponentConstraint",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerComponentConstraint"
                                ],
                                "default": "capability.ServerComponentConstraint",
                                "x-enum-as-string": true
                            },
                            "MinSupportedVersion": {
                                "description": "The version below which the component is not supported.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServerModel": {
                                "description": "The server model this constraint is to be enforced upon.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ServerDescriptor' 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 'capability.ServerDescriptor' resources.",
                "x-one-of-name": "capability.ServerDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ServerDescriptor.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"
                }
            },
            "capability.ServerDescriptor": {
                "title": "Capability:Server Descriptor",
                "description": "The capability.ServerDescriptor object is a hardware descriptor that uniquely identifies an Intersight Managed Mode (IMM) server model and defines its specific capabilities and characteristics.\n#### Purpose\nThe ServerDescriptor object serves as a central point in the capability catalog for defining model-specific server attributes. It allows the system to understand the unique features, limitations, and default configurations of a particular server model, such as UCSB-B200-M5. It is crucial for applying correct policies, enabling or disabling features, and ensuring proper management.\n#### Key Concepts\n- **Model-Specific Capabilities:** Defines attributes that are specific to a server model, such as whether the NCSI side-band interface is enabled (isNcsiEnabled) or the default PCIe slot for an MLOM adapter (mlomAdapterPcieSlotNumber).\n- **Policy Applicability:** The unsupportedPolicies property lists policies that are not applicable to a specific server model, preventing misconfiguration.\n- **Form Factor Identification:** Specifies the server's physical form factor (serverFormFactor), such as \"blade\" or \"rack\" which influences management logic.\n- **Unique Identification:** Uniquely identifies a server capability profile by its vendor and model.",
                "x-allOf-name": "capability.ServerDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ServerDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerDescriptor"
                                ],
                                "default": "capability.ServerDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerDescriptor"
                                ],
                                "default": "capability.ServerDescriptor",
                                "x-enum-as-string": true
                            },
                            "IsNcsiEnabled": {
                                "description": "Indicates whether the CIMC to VIC side-band interface is enabled on the server.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "IsPplEnabled": {
                                "description": "Indicates Processor Package Power Limit for the server.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "MlomAdapterPcieSlotNumber": {
                                "description": "Indicates PCIe Slot numerical value for each Server model MLOM slot.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ServerFormFactor": {
                                "description": "The form factor (blade/rack/etc) of the server.\n* `unknown` - The form factor of the server is unknown.\n* `blade` - Blade server form factor.\n* `rack` - Rack unit server form factor.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "blade",
                                    "rack"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedPolicies": {
                                "type": "array",
                                "items": {
                                    "description": "Policies that are applicable on C8XX server model.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UnsupportedPolicies": {
                                "type": "array",
                                "items": {
                                    "description": "Policies that are not applicable on avatar server for a certain model.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerDescriptor.List": {
                "title": "List of 'capability.ServerDescriptor' 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 'capability.ServerDescriptor' 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 'capability.ServerDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ServerDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerModelsCapabilityDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ServerModelsCapabilityDef' 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 'capability.ServerModelsCapabilityDef' resources.",
                "x-one-of-name": "capability.ServerModelsCapabilityDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ServerModelsCapabilityDef.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"
                }
            },
            "capability.ServerModelsCapabilityDef": {
                "title": "Capability:Server Models Capability Def",
                "description": "Used to categorize server models.",
                "x-allOf-name": "capability.ServerModelsCapabilityDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ServerModelsCapabilityDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerModelsCapabilityDef"
                                ],
                                "default": "capability.ServerModelsCapabilityDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerModelsCapabilityDef"
                                ],
                                "default": "capability.ServerModelsCapabilityDef",
                                "x-enum-as-string": true
                            },
                            "Models": {
                                "type": "array",
                                "items": {
                                    "description": "List of models which fall under this category.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ServerType": {
                                "description": "Type of the server. Example, BladeM6, RackM5.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerModelsCapabilityDef.List": {
                "title": "List of 'capability.ServerModelsCapabilityDef' 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 'capability.ServerModelsCapabilityDef' 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 'capability.ServerModelsCapabilityDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ServerModelsCapabilityDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerPcieConnectivityCatalog.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ServerPcieConnectivityCatalog' 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 'capability.ServerPcieConnectivityCatalog' resources.",
                "x-one-of-name": "capability.ServerPcieConnectivityCatalog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ServerPcieConnectivityCatalog.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"
                }
            },
            "capability.ServerPcieConnectivityCatalog": {
                "title": "Server PCIe connectivity catalog",
                "description": "Catalog of supported physical connectivity layouts from server to PCIe devices for topology validation.",
                "x-allOf-name": "capability.ServerPcieConnectivityCatalog",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ServerPcieConnectivityCatalog', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerPcieConnectivityCatalog"
                                ],
                                "default": "capability.ServerPcieConnectivityCatalog",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerPcieConnectivityCatalog"
                                ],
                                "default": "capability.ServerPcieConnectivityCatalog",
                                "x-enum-as-string": true
                            },
                            "SupportedLayouts": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of predefined physical connectivity topologies that define valid server-to-PCIe device connections.",
                                    "$ref": "#/components/schemas/capability.ServerPcieConnectivityLayout",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SupportedNumberOfGpus": {
                                "type": "array",
                                "items": {
                                    "description": "Supported number of GPUs to server.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerPcieConnectivityCatalog.List": {
                "title": "List of 'capability.ServerPcieConnectivityCatalog' 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 'capability.ServerPcieConnectivityCatalog' 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 'capability.ServerPcieConnectivityCatalog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ServerPcieConnectivityCatalog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerPcieConnectivityLayout": {
                "title": "Server PCIe connectivity layout",
                "description": "Complete physical connectivity layout from server CPU to PCIe devices for topology validation.",
                "x-allOf-name": "capability.ServerPcieConnectivityLayout",
                "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 'capability.ServerPcieConnectivityLayout', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerPcieConnectivityLayout"
                                ],
                                "default": "capability.ServerPcieConnectivityLayout",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerPcieConnectivityLayout"
                                ],
                                "default": "capability.ServerPcieConnectivityLayout",
                                "x-enum-as-string": true
                            },
                            "CpuId": {
                                "description": "Unique identifier for the server CPU in the physical connection topology.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "PcieTopology": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of physical PCIe topology connections from server to devices.",
                                    "$ref": "#/components/schemas/capability.ServerPcieTopology",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ServerSlots": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of server slot numbers associated with this CPU topology.",
                                    "type": "integer",
                                    "format": "int64",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerPcieTopology": {
                "title": "Server PCIe topology",
                "description": "Physical topology mapping of PCIe connections within the server infrastructure.",
                "x-allOf-name": "capability.ServerPcieTopology",
                "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 'capability.ServerPcieTopology', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerPcieTopology"
                                ],
                                "default": "capability.ServerPcieTopology",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerPcieTopology"
                                ],
                                "default": "capability.ServerPcieTopology",
                                "x-enum-as-string": true
                            },
                            "ConnectedAdapter": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of Smart NIC devices connected through this PCIe switch.",
                                    "$ref": "#/components/schemas/capability.AdapterConnectionPoint",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ConnectedGpu": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of GPU devices connected through this PCIe switch.",
                                    "$ref": "#/components/schemas/capability.GpuConnectionPoint",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PcieSwitchId": {
                                "description": "Unique identifier for the physical PCIe switch in the server topology.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "XfmId": {
                                "description": "Unique identifier for the XFM (Switch Fabric Module) in the server topology.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerSchemaDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ServerSchemaDescriptor' 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 'capability.ServerSchemaDescriptor' resources.",
                "x-one-of-name": "capability.ServerSchemaDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ServerSchemaDescriptor.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"
                }
            },
            "capability.ServerSchemaDescriptor": {
                "title": "Capability:Server Schema Descriptor",
                "description": "The capability.ServerSchemaDescriptor is a hardware descriptor that identifies a server's Redfish capability for specific actions, such as controlling the locator LED, based on its CIMC firmware and Redfish schema version.\n#### Purpose\nThe primary purpose of this object is to create a mapping between a server's firmware version and the specific Redfish properties used to control certain hardware features. For example, it defines the correct locatorLedName property to use for toggling the locator LED, which can vary between different Redfish schema versions. This allows for consistent management actions across a diverse range of server firmware.\n#### Key Concepts\n- **Redfish Capability Mapping:** Links server hardware actions to specific Redfish schema properties (redfishSchema, locatorLedName).\n- **Firmware-Dependent Logic:** The descriptor is identified by vendor, model, and version, making the mapping dependent on the server's firmware.\n- **Action Abstraction:** Allows the management system to use a consistent action (e.g., \"turn on locator LED\") while the descriptor provides the specific implementation detail for the target server.\n- **Extensible Catalog:** As a HardwareDescriptor, it is part of a catalog that can be updated to support new server models and Redfish schema versions without changing core management logic.",
                "x-allOf-name": "capability.ServerSchemaDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ServerSchemaDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerSchemaDescriptor"
                                ],
                                "default": "capability.ServerSchemaDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerSchemaDescriptor"
                                ],
                                "default": "capability.ServerSchemaDescriptor",
                                "x-enum-as-string": true
                            },
                            "LocatorLedName": {
                                "description": "Redfish property name for the server.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "RedfishSchema": {
                                "description": "Redfish version information for the server.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerSchemaDescriptor.List": {
                "title": "List of 'capability.ServerSchemaDescriptor' 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 'capability.ServerSchemaDescriptor' 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 'capability.ServerSchemaDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ServerSchemaDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerTopologyMap.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ServerTopologyMap' 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 'capability.ServerTopologyMap' resources.",
                "x-one-of-name": "capability.ServerTopologyMap.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ServerTopologyMap.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"
                }
            },
            "capability.ServerTopologyMap": {
                "title": "Server topology map",
                "description": "Mapping of server models to their supported PCIe topology configurations and compatibility matrix.",
                "x-allOf-name": "capability.ServerTopologyMap",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ServerTopologyMap', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerTopologyMap"
                                ],
                                "default": "capability.ServerTopologyMap",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerTopologyMap"
                                ],
                                "default": "capability.ServerTopologyMap",
                                "x-enum-as-string": true
                            },
                            "Handler": {
                                "description": "Handler identifier for managing this topology configuration.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PcieNodeDetail": {
                                "description": "PCIe node model information for this topology configuration.",
                                "$ref": "#/components/schemas/capability.DeviceInventory",
                                "x-omitempty": true
                            },
                            "ServerDetail": {
                                "description": "Server model information for which this topology configuration is defined.",
                                "$ref": "#/components/schemas/capability.DeviceInventory",
                                "x-omitempty": true
                            },
                            "SupportedTopologyName": {
                                "description": "Server model information for which this topology configuration is defined.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "XfmDetail": {
                                "description": "XFM (Switch Fabric Module) model information for this topology configuration.",
                                "$ref": "#/components/schemas/capability.DeviceInventory",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerTopologyMap.List": {
                "title": "List of 'capability.ServerTopologyMap' 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 'capability.ServerTopologyMap' 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 'capability.ServerTopologyMap' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ServerTopologyMap"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerUpgradeSupportMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.ServerUpgradeSupportMeta' 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 'capability.ServerUpgradeSupportMeta' resources.",
                "x-one-of-name": "capability.ServerUpgradeSupportMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.ServerUpgradeSupportMeta.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"
                }
            },
            "capability.ServerUpgradeSupportMeta": {
                "title": "Capability:Server Upgrade Support Meta",
                "description": "Internal meta-data to map server family classification from server model, used in f/w policy also.",
                "x-allOf-name": "capability.ServerUpgradeSupportMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.ServerUpgradeSupportMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.ServerUpgradeSupportMeta"
                                ],
                                "default": "capability.ServerUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.ServerUpgradeSupportMeta"
                                ],
                                "default": "capability.ServerUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Verbose description regarding this group of server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Platform": {
                                "description": "The target platform for which the mapping is defined.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServerFamily": {
                                "description": "Classification of a set of server models.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of chassis models which belong to this series.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.ServerUpgradeSupportMeta.List": {
                "title": "List of 'capability.ServerUpgradeSupportMeta' 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 'capability.ServerUpgradeSupportMeta' 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 'capability.ServerUpgradeSupportMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.ServerUpgradeSupportMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SiocModuleCapabilityDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.SiocModuleCapabilityDef' 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 'capability.SiocModuleCapabilityDef' resources.",
                "x-one-of-name": "capability.SiocModuleCapabilityDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.SiocModuleCapabilityDef.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"
                }
            },
            "capability.SiocModuleCapabilityDef": {
                "title": "Capability:Sioc Module Capability Def",
                "description": "Chassis SIOC module capabilities.",
                "x-allOf-name": "capability.SiocModuleCapabilityDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SiocModuleCapabilityDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SiocModuleCapabilityDef"
                                ],
                                "default": "capability.SiocModuleCapabilityDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SiocModuleCapabilityDef"
                                ],
                                "default": "capability.SiocModuleCapabilityDef",
                                "x-enum-as-string": true
                            },
                            "DcSupported": {
                                "description": "Device connector support on SIOC.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SiocModuleCapabilityDef.List": {
                "title": "List of 'capability.SiocModuleCapabilityDef' 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 'capability.SiocModuleCapabilityDef' 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 'capability.SiocModuleCapabilityDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.SiocModuleCapabilityDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SiocModuleDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.SiocModuleDescriptor' 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 'capability.SiocModuleDescriptor' resources.",
                "x-one-of-name": "capability.SiocModuleDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.SiocModuleDescriptor.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"
                }
            },
            "capability.SiocModuleDescriptor": {
                "title": "Capability:Sioc Module Descriptor",
                "description": "Descriptor that uniquely identifies an SIOC module.",
                "x-allOf-name": "capability.SiocModuleDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SiocModuleDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SiocModuleDescriptor"
                                ],
                                "default": "capability.SiocModuleDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SiocModuleDescriptor"
                                ],
                                "default": "capability.SiocModuleDescriptor",
                                "x-enum-as-string": true
                            },
                            "Revision": {
                                "description": "Revision for the SIOC module.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SiocModuleDescriptor.List": {
                "title": "List of 'capability.SiocModuleDescriptor' 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 'capability.SiocModuleDescriptor' 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 'capability.SiocModuleDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.SiocModuleDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SiocModuleManufacturingDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.SiocModuleManufacturingDef' 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 'capability.SiocModuleManufacturingDef' resources.",
                "x-one-of-name": "capability.SiocModuleManufacturingDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.SiocModuleManufacturingDef.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"
                }
            },
            "capability.SiocModuleManufacturingDef": {
                "title": "Capability:Sioc Module Manufacturing Def",
                "description": "Chassis SIOC module properties.",
                "x-allOf-name": "capability.SiocModuleManufacturingDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SiocModuleManufacturingDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SiocModuleManufacturingDef"
                                ],
                                "default": "capability.SiocModuleManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SiocModuleManufacturingDef"
                                ],
                                "default": "capability.SiocModuleManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "Caption": {
                                "description": "Caption for a chassis SIOC module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for a chassis SIOC module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "Product Identifier for a chassis SIOC module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "Product Name for SIOC Module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU information for a chassis SIOC module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "VID information for a chassis SIOC module.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SiocModuleManufacturingDef.List": {
                "title": "List of 'capability.SiocModuleManufacturingDef' 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 'capability.SiocModuleManufacturingDef' 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 'capability.SiocModuleManufacturingDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.SiocModuleManufacturingDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.StandardRedfishSupportMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.StandardRedfishSupportMeta' 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 'capability.StandardRedfishSupportMeta' resources.",
                "x-one-of-name": "capability.StandardRedfishSupportMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.StandardRedfishSupportMeta.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"
                }
            },
            "capability.StandardRedfishSupportMeta": {
                "title": "Capability:Standard Redfish Support Meta",
                "description": "Internal meta-data to check standard redfish support by Platform type.",
                "x-allOf-name": "capability.StandardRedfishSupportMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.StandardRedfishSupportMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.StandardRedfishSupportMeta"
                                ],
                                "default": "capability.StandardRedfishSupportMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.StandardRedfishSupportMeta"
                                ],
                                "default": "capability.StandardRedfishSupportMeta",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Verbose description regarding this group of platform.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PlatformType": {
                                "type": "array",
                                "items": {
                                    "description": "List of platform types which have support for redfish SimpleUpdate.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SeriesId": {
                                "description": "Classification of a set of server platform type.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.StandardRedfishSupportMeta.List": {
                "title": "List of 'capability.StandardRedfishSupportMeta' 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 'capability.StandardRedfishSupportMeta' 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 'capability.StandardRedfishSupportMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.StandardRedfishSupportMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.StorageControllerUpdateConstraintMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.StorageControllerUpdateConstraintMeta' 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 'capability.StorageControllerUpdateConstraintMeta' resources.",
                "x-one-of-name": "capability.StorageControllerUpdateConstraintMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.StorageControllerUpdateConstraintMeta.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"
                }
            },
            "capability.StorageControllerUpdateConstraintMeta": {
                "title": "Capability:Storage Controller Update Constraint Meta",
                "description": "Internal meta-data to enable storage controller update related constraints.",
                "x-allOf-name": "capability.StorageControllerUpdateConstraintMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.UpdateConstraintMeta"
                    }
                ]
            },
            "capability.StorageControllerUpdateConstraintMeta.List": {
                "title": "List of 'capability.StorageControllerUpdateConstraintMeta' 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 'capability.StorageControllerUpdateConstraintMeta' 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 'capability.StorageControllerUpdateConstraintMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.StorageControllerUpdateConstraintMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.StorageControllersMetaData.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.StorageControllersMetaData' 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 'capability.StorageControllersMetaData' resources.",
                "x-one-of-name": "capability.StorageControllersMetaData.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.StorageControllersMetaData.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"
                }
            },
            "capability.StorageControllersMetaData": {
                "title": "Capability:Storage Controllers Meta Data",
                "description": "The capability.StorageControllersMetaData object provides metadata and constraints for actions related to storage controllers on a server. It defines which storage management actions are supported for a specific combination of server and controller hardware.\n#### Purpose\nThe main function of this object is to act as a validation gate for storage operations. Before an action (like creating a virtual drive or configuring a drive security policy) is performed, the system checks this metadata to ensure the action is supported on the target server's specific storage controller. This prevents unsupported operations and ensures configuration integrity.\n#### Key Concepts\n- **Action Validation:** Defines the set of supportedStorageServerActions for a given controller, enabling pre-flight checks for storage management tasks.\n- **Hardware-Specific Constraints:** The metadata is tied to a specific targetType (server platform) and controllerPid (controller model), ensuring granular control.\n- **Feature Support Indication:** Includes flags like isHybridDriveSlotsSupported to indicate whether specific hardware features are available on the controller.\n- ** Centralized Capability Catalog:** Serves as a single source of truth for storage controller capabilities, simplifying management logic and ensuring consistency.",
                "x-allOf-name": "capability.StorageControllersMetaData",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.StorageControllersMetaData', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.StorageControllersMetaData"
                                ],
                                "default": "capability.StorageControllersMetaData",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.StorageControllersMetaData"
                                ],
                                "default": "capability.StorageControllersMetaData",
                                "x-enum-as-string": true
                            },
                            "ControllerPid": {
                                "description": "The controller Pid to which the metadata applies.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControllerSeries": {
                                "description": "Product family of the controller.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControllerType": {
                                "description": "Type of the controller. Expected values are Hba, RAID etc.\n* `Unknown` - Storage controller type is not known.\n* `Hba` - The Hba type of storage controller.\n* `Raid` - The Raid type of storage controller.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Hba",
                                    "Raid"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ControllerVendor": {
                                "description": "Manufacturer of the controller.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsHybridDriveSlotsSupported": {
                                "description": "Controller supports HybridDriveslots.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedStorageServerActions": {
                                "type": "array",
                                "items": {
                                    "description": "Set of actions supported for a particular server model.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TargetType": {
                                "description": "The target type to which the metadata applies.\n* `` - An unrecognized platform type.\n* `APIC` - A Cisco Application Policy Infrastructure Controller (APIC) cluster.\n* `CAPIC` - A Cisco Cloud Application Policy Infrastructure Controller (Cloud APIC) instance.\n* `DCNM` - A Cisco Data Center Network Manager (DCNM) instance.\n* `UCSFI` - A Cisco UCS Fabric Interconnect that is managed by Cisco UCS Manager (UCSM).\n* `UCSFIISM` - A Cisco UCS Fabric Interconnect that is managed by Cisco Intersight.\n* `IMC` - A standalone Cisco UCS rack server (Deprecated).\n* `IMCM4` - A standalone Cisco UCS C-Series or S-Series M4 server.\n* `IMCM5` - A standalone Cisco UCS C-Series or S-Series M5 server.\n* `IMCRack` - A standalone Cisco UCS C-Series or S-Series M6 or newer server.\n* `UCSIOM` - A Cisco UCS Blade Chassis I/O Module (IOM).\n* `UCSPCIeNODE` - A Cisco UCS PCIe Node in a blade form factor.\n* `UCSXFM` - A Cisco UCS Fabric Extender Module (XFM).\n* `HX` - A Cisco HyperFlex (HX) cluster.\n* `UCSD` - A Cisco UCS Director (UCSD) instance.\n* `UCSXECMC` - A Cisco UCSXE Chassis Management Controller.\n* `UCSXESecureRouter` - A secure networking router node designed to operate as part of a UCSXE chassis.\n* `IntersightAppliance` - A Cisco Intersight Connected Virtual Appliance instance.\n* `IntersightAssist` - A Cisco Intersight Assist instance.\n* `PureStorageFlashArray` - A Pure Storage FlashArray that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and storage management features are supported on this device.\n* `PureStorageFlashBladeSystem` - A Pure Storage FlashBlade target that is managed using Cisco Intersight Assist. Storage management feature is supported on this device.\n* `NexusDevice` - A Cisco Nexus Network Switch that is managed using Cisco Intersight Assist.\n* `ACISwitch` - A Cisco Nexus Network Switch with the embedded Device Connector and is a part of the Cisco ACI fabric.\n* `NexusSwitch` - A standalone Cisco Nexus Network Switch with the embedded Device Connector.\n* `MDSSwitch` - A Cisco MDS Switch that is managed using the embedded Device Connector.\n* `MDSDevice` - A Cisco MDS Switch that is managed using Cisco Intersight Assist.\n* `UCSC885` - A standalone Cisco UCS C885 Server.\n* `CAI845A` - A standalone Cisco AI 845A Server.\n* `UCSC890` - A standalone Cisco UCS C890 server managed using Cisco Intersight Assist.\n* `RedfishServer` - A generic target type for servers that support Redfish APIs and is managed using Cisco Intersight Assist. Support is limited to HPE and Dell Servers.\n* `NetAppOntap` - A Netapp ONTAP Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `NetAppActiveIqUnifiedManager` - A NetApp Active IQ Unified Manager (AIQUM) that is managed using Cisco Intersight Assist.\n* `EmcScaleIo` - An EMC ScaleIO Software Defined Storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVmax` - An EMC VMAX 2 or 3 series enterprise storage array that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcVplex` - An EMC VPLEX virtual storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `EmcXtremIo` - An EMC XtremIO SSD storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `VmwareVcenter` - A VMware vCenter instance that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer and Virtualization features are supported on this hypervisor.\n* `MicrosoftHyperV` - A Microsoft Hyper-V host that is managed using Cisco Intersight Assist. Optionally, other hosts in the cluster can be discovered through this host. Cisco Intersight Workload Optimizer features are supported on this hypervisor.\n* `AppDynamics` - An AppDynamics controller running in a SaaS or on-prem datacenter. On-prem AppDynamics instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this controller.\n* `Dynatrace` - A Dynatrace Server instance running in a SaaS or on-prem datacenter. On-prem Dynatrace instance is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `NewRelic` - A NewRelic user account. The NewRelic instance monitors the application infrastructure. Cisco Intersight Workload Optimizer features are supported on this server.\n* `ServiceNow` - A cloud-based workflow automation platform that enables enterprise organizations to improve operational efficiencies by streamlining and automating routine work tasks.\n* `Umbrella` - Umbrella cloud target that discovers and monitors an organization. It discovers entities like Datacenters, Devices, Tunnels, Networks, etc.\n* `CloudFoundry` - An open source cloud platform on which developers can build, deploy, run and scale applications.\n* `MicrosoftAzureApplicationInsights` - A feature of Azure Monitor, is an extensible Application Performance Management service for developers and DevOps professionals to monitor their live applications.\n* `OpenStack` - An OpenStack target manages Virtual Machines, Physical Machines, Datacenters and Virtual Datacenters using different OpenStack services as administrative endpoints.\n* `MicrosoftSqlServer` - A Microsoft SQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `MySqlServer` - A MySQL database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `OracleDatabaseServer` - An Oracle database server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this database.\n* `IBMWebSphereApplicationServer` - An IBM WebSphere Application server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application server.\n* `OracleWebLogicServer` - Oracle WebLogic Server is a unified and extensible platform for developing, deploying and running enterprise applications, such as Java, for on-premises and in the cloud. WebLogic Server offers a robust, mature, and scalable implementation of Java Enterprise Edition (EE) and Jakarta EE.\n* `ApacheTomcatServer` - An Apache Tomcat server that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this server.\n* `JavaVirtualMachine` - A JVM Application with JMX configured that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this application.\n* `RedHatJBossApplicationServer` - JBoss Application Server is an open-source, cross-platform Java application server developed by JBoss, a division of Red Hat Inc. It is an open-source implementation of Java 2 Enterprise Edition (J2EE) that is used for implementing Java applications and other Web-based applications and software.\n* `Kubernetes` - A Kubernetes cluster that runs containerized applications, with Kubernetes Collector installed. Cisco Intersight Workload Optimizer features are supported on Kubernetes cluster.\n* `AmazonWebService` - An Amazon Web Service cloud account. Cisco Intersight Workload Optimizer and Virtualization features are supported on this cloud.\n* `AmazonWebServiceBilling` - An Amazon Web Service cloud billing account used to retrieve billing information stored in S3 bucket. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatform` - A Google Cloud Platform service account with access to one or more projects. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `GoogleCloudPlatformBilling` - A Google Cloud Platform service account used to retrieve billing information from BigQuery. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureServicePrincipal` - A Microsoft Azure Service Principal account with access to Azure subscriptions. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureEnterpriseAgreement` - A Microsoft Azure Enterprise Agreement enrolment used to retrieve pricing and billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `MicrosoftAzureBilling` - A Microsoft Azure Service Principal account with access to billing information. Cisco Intersight Workload Optimizer features are supported on this cloud.\n* `DellCompellent` - A Dell EMC SC Series (Compellent) storage system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `HPE3Par` - A HPE 3PAR StoreServ system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this device.\n* `RedHatEnterpriseVirtualization` - A Red Hat Enterprise Virtualization Hypervisor system that manages Virtual Machines.\n* `NutanixAcropolis` - A Nutanix Acropolis cluster that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this cluster.\n* `NutanixPrismCentral` - A Nutanix Prism Central cluster. Prism central is a virtual appliance for managing Nutanix clusters and services.\n* `HPEOneView` - A HPE OneView system that is managed using Cisco Intersight Assist. Cisco Intersight Workload Optimizer features are supported on this system.\n* `ServiceEngine` - Cisco Application Services Engine. Cisco Application Services Engine is a platform to deploy and manage applications.\n* `HitachiVirtualStoragePlatform` - A Hitachi Virtual Storage Platform (Hitachi VSP) that is managed using Cisco Intersight Assist.\n* `GenericTarget` - A generic third-party target supported only in Partner Integration Appliance. This target type is used for development purposes and will not be supported in production environment.\n* `IMCBlade` - A Cisco UCS blade server managed by Cisco Intersight.\n* `TerraformCloud` - A Terraform Cloud Business Tier account.\n* `TerraformAgent` - A Terraform Cloud Agent that will be deployed on Cisco Intersight Assist. The agent can be used to plan and apply Terraform runs from a Terraform Cloud workspace.\n* `CustomTarget` - CustomTarget is deprecated. Use HTTPEndpoint type to claim HTTP endpoints.\n* `AnsibleEndpoint` - An external endpoint that is added as a target which can be accessed through Ansible in Intersight Cloud Orchestrator automation workflows.\n* `HTTPEndpoint` - An HTTP endpoint that can be accessed in Intersight Orchestrator workflows directly or using Cisco Intersight Assist. Authentication Schemes supported are Basic and Bearer Token.\n* `SSHEndpoint` - An SSH endpoint that can be accessed in Intersight Orchestrator workflows using Cisco Intersight Assist.\n* `CiscoCatalyst` - A Cisco Catalyst networking switch device.\n* `PowerShellEndpoint` - A Windows operating system server on which PowerShell scripts can be executed using Cisco Intersight Assist.\n* `CiscoDNAC` - A Cisco Digital Network Architecture (DNA) Center appliance.\n* `CiscoFMC` - A Cisco Secure Firewall Management Center.\n* `ViptelaCloud` - ViptelaCloud is deprecated. Use CatalystSDWANManager type to claim Catalyst SDWAN Manager which can manage Catalyst SDWAN devices.\n* `CatalystSDWANManager` - A Cisco Catalyst SD-WAN Manager.\n* `MerakiCloud` - A Cisco Meraki Organization.\n* `CiscoISE` - A Cisco Identity Services Engine (ISE) target.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "APIC",
                                    "CAPIC",
                                    "DCNM",
                                    "UCSFI",
                                    "UCSFIISM",
                                    "IMC",
                                    "IMCM4",
                                    "IMCM5",
                                    "IMCRack",
                                    "UCSIOM",
                                    "UCSPCIeNODE",
                                    "UCSXFM",
                                    "HX",
                                    "UCSD",
                                    "UCSXECMC",
                                    "UCSXESecureRouter",
                                    "IntersightAppliance",
                                    "IntersightAssist",
                                    "PureStorageFlashArray",
                                    "PureStorageFlashBladeSystem",
                                    "NexusDevice",
                                    "ACISwitch",
                                    "NexusSwitch",
                                    "MDSSwitch",
                                    "MDSDevice",
                                    "UCSC885",
                                    "CAI845A",
                                    "UCSC890",
                                    "RedfishServer",
                                    "NetAppOntap",
                                    "NetAppActiveIqUnifiedManager",
                                    "EmcScaleIo",
                                    "EmcVmax",
                                    "EmcVplex",
                                    "EmcXtremIo",
                                    "VmwareVcenter",
                                    "MicrosoftHyperV",
                                    "AppDynamics",
                                    "Dynatrace",
                                    "NewRelic",
                                    "ServiceNow",
                                    "Umbrella",
                                    "CloudFoundry",
                                    "MicrosoftAzureApplicationInsights",
                                    "OpenStack",
                                    "MicrosoftSqlServer",
                                    "MySqlServer",
                                    "OracleDatabaseServer",
                                    "IBMWebSphereApplicationServer",
                                    "OracleWebLogicServer",
                                    "ApacheTomcatServer",
                                    "JavaVirtualMachine",
                                    "RedHatJBossApplicationServer",
                                    "Kubernetes",
                                    "AmazonWebService",
                                    "AmazonWebServiceBilling",
                                    "GoogleCloudPlatform",
                                    "GoogleCloudPlatformBilling",
                                    "MicrosoftAzureServicePrincipal",
                                    "MicrosoftAzureEnterpriseAgreement",
                                    "MicrosoftAzureBilling",
                                    "DellCompellent",
                                    "HPE3Par",
                                    "RedHatEnterpriseVirtualization",
                                    "NutanixAcropolis",
                                    "NutanixPrismCentral",
                                    "HPEOneView",
                                    "ServiceEngine",
                                    "HitachiVirtualStoragePlatform",
                                    "GenericTarget",
                                    "IMCBlade",
                                    "TerraformCloud",
                                    "TerraformAgent",
                                    "CustomTarget",
                                    "AnsibleEndpoint",
                                    "HTTPEndpoint",
                                    "SSHEndpoint",
                                    "CiscoCatalyst",
                                    "PowerShellEndpoint",
                                    "CiscoDNAC",
                                    "CiscoFMC",
                                    "ViptelaCloud",
                                    "CatalystSDWANManager",
                                    "MerakiCloud",
                                    "CiscoISE"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "Manufacturer of the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.StorageControllersMetaData.List": {
                "title": "List of 'capability.StorageControllersMetaData' 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 'capability.StorageControllersMetaData' 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 'capability.StorageControllersMetaData' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.StorageControllersMetaData"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchCapability.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.SwitchCapability' 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 'capability.SwitchCapability' resources.",
                "x-one-of-name": "capability.SwitchCapability.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.SwitchCapability.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"
                }
            },
            "capability.SwitchCapability": {
                "title": "Capability:Switch Capability",
                "description": "Type to represent additional switch specific capabilities.",
                "x-allOf-name": "capability.SwitchCapability",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.SwitchCapabilityDef"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SwitchCapability', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchCapability"
                                ],
                                "default": "capability.SwitchCapability",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchCapability"
                                ],
                                "default": "capability.SwitchCapability",
                                "x-enum-as-string": true
                            },
                            "AllowedUplinkPcIdRange": {
                                "description": "Range of port-channel IDs supported on this switch.",
                                "$ref": "#/components/schemas/capability.PcIdRange",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DefaultFcoeVlan": {
                                "description": "Default Fcoe VLAN associated with this switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DynamicVifsSupported": {
                                "description": "Dynamic VIFs support on this switch.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FanModulesSupported": {
                                "description": "Fan Modules support on this switch.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FcEndHostModeReservedVsans": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of vsan ID ranges that are reserved when switch is in FC end-host mode.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "FcUplinkPortsAutoNegotiationSupported": {
                                "description": "Fc Uplink ports auto negotiation speed support on this switch.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ImmControlsVpcompression": {
                                "description": "VlanPort Compression is controlled by IMM.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterClusterLinkVlanSupported": {
                                "description": "Inter cluster link vlan support on this switch.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocatorBeaconSupported": {
                                "description": "Locator Beacon LED support on this switch.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacsecSupportedPorts": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that can be used for macsec on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "MaxPorts": {
                                "description": "Maximum allowed physical ports on this switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxSlots": {
                                "description": "Maximum allowed physical slots on this switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinVersionMapForSwitchFeatures": {
                                "type": "array",
                                "items": {
                                    "description": "Minimum firmware version supported for features supported in switch.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/firmware.FeatureVersionMap",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "MinVersionMapWithBreakoutSupport": {
                                "description": "Minimum firmware version supported for breakout ports on this switch.",
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/firmware.VersionMap",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinVersionMapWithLocatorLedSupport": {
                                "description": "Minimum firmware version supported for locator leds on this switch.",
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/firmware.VersionMap",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinVersionMapWithNegAuto25gSupport": {
                                "description": "Minimum firmware version supported for 'negotiate auto 25000' port admin speed on this switch.",
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/firmware.VersionMap",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkLimits": {
                                "description": "List of network limitations for this switch.",
                                "$ref": "#/components/schemas/capability.SwitchNetworkLimits",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortsSupporting100gSpeed": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support 100 Gbps speed on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupporting10gSpeed": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support 10 Gbps speed on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupporting1gSpeed": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support 1 Gbps speed on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupporting25gSpeed": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support 25 Gbps speed on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupporting400gSpeed": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support 400 Gbps speed on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupporting40gSpeed": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support 40 Gbps speed on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupporting50gSpeed": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support 50 Gbps speed on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupportingApplianceRole": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support Appliance role on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupportingBreakout": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support Breakout capability on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupportingFcoe": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support Fcoe on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupportingInterClusterLink": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support the inter cluster configuration on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PortsSupportingServerRole": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of port ranges that support Server role configuration on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ReservedVsans": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of vsan ID ranges that are reserved on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SerenoNetflowSupported": {
                                "description": "Sereno Adaptor with Netflow support on this switch.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServerRoleSupportedOnBreakout": {
                                "type": "array",
                                "items": {
                                    "description": "Support for server role on breakout ports on this switch.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "StorageLimits": {
                                "description": "List of storage limitations for this switch.",
                                "$ref": "#/components/schemas/capability.SwitchStorageLimits",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchingModeCapabilities": {
                                "type": "array",
                                "items": {
                                    "description": "SwitchingMode limitation for this switch.",
                                    "$ref": "#/components/schemas/capability.SwitchingModeCapability",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "SystemLimits": {
                                "description": "List of system limitations for this switch.",
                                "$ref": "#/components/schemas/capability.SwitchSystemLimits",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UnSupportedEquipmentModel": {
                                "type": "array",
                                "items": {
                                    "description": "Unsupported Equipment Model type for this switch.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UnifiedPorts": {
                                "type": "array",
                                "items": {
                                    "description": "Range of ports that support Unified capability on this switch.",
                                    "$ref": "#/components/schemas/capability.PortRange",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UnifiedRule": {
                                "description": "The Slider rule for Unified ports on this switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UplinkAdminPortSpeedNegAuto25GbpsSupported": {
                                "description": "'Negotiate Auto 25000' admin speed support on this switch for port or port-channel\nwith Ethernet Uplink/Appliance/FCoE Uplink roles.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchCapability.List": {
                "title": "List of 'capability.SwitchCapability' 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 'capability.SwitchCapability' 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 'capability.SwitchCapability' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.SwitchCapability"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchCapabilityDef": {
                "title": "Capability:Switch Capability Def",
                "description": "Abstract class that defines properties common for all Switch specific 'defs'.",
                "x-allOf-name": "capability.SwitchCapabilityDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SwitchCapabilityDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "capability.EquipmentPhysicalDef",
                                    "capability.EquipmentSlotArray",
                                    "capability.SwitchCapability",
                                    "capability.SwitchManufacturingDef"
                                ],
                                "x-enum-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": [
                                    "capability.EquipmentPhysicalDef",
                                    "capability.EquipmentSlotArray",
                                    "capability.SwitchCapability",
                                    "capability.SwitchManufacturingDef"
                                ],
                                "x-enum-as-string": true
                            },
                            "Pid": {
                                "description": "Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `UCS-FI-6652` - The standard 6th generation UCS Fabric Interconnect with 52 ports.\n* `UCSXE-ECMC-10G` - Cisco UCS XE ECMC 10G with 2 ports.\n* `UCSXE-ECMC-G1` - Cisco UCS XE ECMC G1 with 2 ports.\n* `unknown` - Unknown device type, usage is TBD.",
                                "type": "string",
                                "enum": [
                                    "UCS-FI-6454",
                                    "UCS-FI-64108",
                                    "UCS-FI-6536",
                                    "UCSX-S9108-100G",
                                    "UCS-FI-6664",
                                    "UCS-FI-6652",
                                    "UCSXE-ECMC-10G",
                                    "UCSXE-ECMC-G1",
                                    "unknown"
                                ],
                                "default": "UCS-FI-6454",
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU information for Switch/Fabric-Interconnect.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "VID information for Switch/Fabric-Interconnect.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchControlPolicyConstraints": {
                "title": "Capability:Switch Control Policy Constraints",
                "description": "Constraints to be validated for Switch Control policy.",
                "x-allOf-name": "capability.SwitchControlPolicyConstraints",
                "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 'capability.SwitchControlPolicyConstraints', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchControlPolicyConstraints"
                                ],
                                "default": "capability.SwitchControlPolicyConstraints",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchControlPolicyConstraints"
                                ],
                                "default": "capability.SwitchControlPolicyConstraints",
                                "x-enum-as-string": true
                            },
                            "MinBundleVersionForStpModeRpvst": {
                                "description": "Minimum bundle version required to support RPVST mode for Spanning Tree Protocol.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinSwitchVersionForStpModeRpvst": {
                                "description": "Minimum switch firmware version required to support RPVST mode for Spanning Tree Protocol.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.SwitchDescriptor' 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 'capability.SwitchDescriptor' resources.",
                "x-one-of-name": "capability.SwitchDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.SwitchDescriptor.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"
                }
            },
            "capability.SwitchDescriptor": {
                "title": "Capability:Switch Descriptor",
                "description": "Descriptor that uniquely identifies a Fabric interconnect.",
                "x-allOf-name": "capability.SwitchDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.HardwareDescriptor"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SwitchDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchDescriptor"
                                ],
                                "default": "capability.SwitchDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchDescriptor"
                                ],
                                "default": "capability.SwitchDescriptor",
                                "x-enum-as-string": true
                            },
                            "ExpectedMemory": {
                                "description": "The total expected memory for this hardware.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "IsAvatarEcmc": {
                                "description": "Identifies whether Switch is part of Avatar series.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "IsUcsxDirectSwitch": {
                                "description": "Identifies whether Switch is part of UCSX Direct chassis.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Revision": {
                                "description": "Revision for the fabric interconnect.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "UnsupportedPolicies": {
                                "type": "array",
                                "items": {
                                    "description": "Intersight policies that are not applicable for a switch.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchDescriptor.List": {
                "title": "List of 'capability.SwitchDescriptor' 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 'capability.SwitchDescriptor' 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 'capability.SwitchDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.SwitchDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchEquipmentInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.SwitchEquipmentInfo' 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 'capability.SwitchEquipmentInfo' resources.",
                "x-one-of-name": "capability.SwitchEquipmentInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.SwitchEquipmentInfo.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"
                }
            },
            "capability.SwitchEquipmentInfo": {
                "title": "Capability:Switch Equipment Info",
                "description": "Type to represent additional switch equipment information.",
                "x-allOf-name": "capability.SwitchEquipmentInfo",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.SwitchIdentityDef"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SwitchEquipmentInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchEquipmentInfo"
                                ],
                                "default": "capability.SwitchEquipmentInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchEquipmentInfo"
                                ],
                                "default": "capability.SwitchEquipmentInfo",
                                "x-enum-as-string": true
                            },
                            "MaxFanModules": {
                                "description": "Maximum number of fan modules/trays present on this switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxFansInFanModule": {
                                "description": "Maximum number of fans present in a fan module/tray on this switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchEquipmentInfo.List": {
                "title": "List of 'capability.SwitchEquipmentInfo' 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 'capability.SwitchEquipmentInfo' 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 'capability.SwitchEquipmentInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.SwitchEquipmentInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchIdentityDef": {
                "title": "Capability:Switch Identity Def",
                "description": "Abstract class that defines properties common for all Switch specific 'defs'.",
                "x-allOf-name": "capability.SwitchIdentityDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SwitchIdentityDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "capability.SwitchEquipmentInfo"
                                ],
                                "default": "capability.SwitchEquipmentInfo",
                                "x-enum-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": [
                                    "capability.SwitchEquipmentInfo"
                                ],
                                "default": "capability.SwitchEquipmentInfo",
                                "x-enum-as-string": true
                            },
                            "Pid": {
                                "description": "Product Identifier for a Switch/Fabric-Interconnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "SKU information for Switch/Fabric-Interconnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "VID information for Switch/Fabric-Interconnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchManufacturingDef.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.SwitchManufacturingDef' 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 'capability.SwitchManufacturingDef' resources.",
                "x-one-of-name": "capability.SwitchManufacturingDef.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.SwitchManufacturingDef.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"
                }
            },
            "capability.SwitchManufacturingDef": {
                "title": "Capability:Switch Manufacturing Def",
                "description": "Switch/Fabric-Interconnect manufacturing def properties.",
                "x-allOf-name": "capability.SwitchManufacturingDef",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.SwitchCapabilityDef"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SwitchManufacturingDef', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchManufacturingDef"
                                ],
                                "default": "capability.SwitchManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchManufacturingDef"
                                ],
                                "default": "capability.SwitchManufacturingDef",
                                "x-enum-as-string": true
                            },
                            "Caption": {
                                "description": "Caption for Switch/Fabric-Interconnect.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for Switch/Fabric-Interconnect.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part Number for Switch/Fabric-Interconnect.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "Product Name for Switch/Fabric-Interconnect.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchManufacturingDef.List": {
                "title": "List of 'capability.SwitchManufacturingDef' 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 'capability.SwitchManufacturingDef' 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 'capability.SwitchManufacturingDef' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.SwitchManufacturingDef"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchNetworkLimits": {
                "title": "Capability:Switch Network Limits",
                "description": "Object combines and lists the network-config limits for each of the Fabric/Switch platforms.",
                "x-allOf-name": "capability.SwitchNetworkLimits",
                "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 'capability.SwitchNetworkLimits', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchNetworkLimits"
                                ],
                                "default": "capability.SwitchNetworkLimits",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchNetworkLimits"
                                ],
                                "default": "capability.SwitchNetworkLimits",
                                "x-enum-as-string": true
                            },
                            "MaxCompressedPortVlanCount": {
                                "description": "Maximum Compressed configurable VLANs on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaxUncompressedPortVlanCount": {
                                "description": "Maximum configurable VLANs on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumActiveTrafficMonitoringSessions": {
                                "description": "Maximum configured and enabled Traffic Monitoring sessions on this Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumEthernetPortChannels": {
                                "description": "Maximum configurable Ethernet port-channels on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumEthernetUplinkPorts": {
                                "description": "Maximum configurable Ethernet Uplink ports on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumFcPortChannelMembers": {
                                "description": "Maximum configurable Fibre Channel port-channel member ports on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumFcPortChannels": {
                                "description": "Maximum configurable Fibre Channel port-channels on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumIgmpGroups": {
                                "description": "Maximum configurable IGMP Groups on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumPortChannelMembers": {
                                "description": "Maximum configurable ports per each port-channel on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumPrimaryVlan": {
                                "description": "Maximum configurable Primary Private VLANs on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumSecondaryVlan": {
                                "description": "Maximum configurable Secondary Private VLANs on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumSecondaryVlanPerPrimary": {
                                "description": "Maximum configurable Secondary VLANs per each Primary VLAN on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumSecureRouterPorts": {
                                "description": "Maximum configurable Secure Router ports on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumVifs": {
                                "description": "Maximum allowes VIFs on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumVlans": {
                                "description": "Maximum configurable VLANs on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MinimumActiveFans": {
                                "description": "Minimum required fans in 'active' state for this Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchStorageLimits": {
                "title": "Capability:Switch Storage Limits",
                "description": "Object combines and lists the storage-config limits for each of the Fabric/Switch platforms.",
                "x-allOf-name": "capability.SwitchStorageLimits",
                "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 'capability.SwitchStorageLimits', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchStorageLimits"
                                ],
                                "default": "capability.SwitchStorageLimits",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchStorageLimits"
                                ],
                                "default": "capability.SwitchStorageLimits",
                                "x-enum-as-string": true
                            },
                            "MaximumUserZoneCount": {
                                "description": "Maximum user zones per Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumVirtualFcInterfaces": {
                                "description": "Maximum configurable Virtual Fibre Channel interfaces on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumVirtualFcInterfacesPerBladeServer": {
                                "description": "Maximum configurable Virtual Fibre Channel interfaces per blade.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumVsans": {
                                "description": "Maximum configurable VSANs on Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumZoneCount": {
                                "description": "Zone limit per Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchSystemLimits": {
                "title": "Capability:Switch System Limits",
                "description": "Object combines and lists the storage-config limits for each of the Fabric/Switch platforms.",
                "x-allOf-name": "capability.SwitchSystemLimits",
                "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 'capability.SwitchSystemLimits', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchSystemLimits"
                                ],
                                "default": "capability.SwitchSystemLimits",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchSystemLimits"
                                ],
                                "default": "capability.SwitchSystemLimits",
                                "x-enum-as-string": true
                            },
                            "MaximumChassisCount": {
                                "description": "Maximum UCS chassis that can be connected to this Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumFexPerDomain": {
                                "description": "Maximum UCS Fabric-extenders (FEX) per Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "MaximumServersPerDomain": {
                                "description": "Maximum UCS servers per Switch/Fabric-Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchUpgradeSupportMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.SwitchUpgradeSupportMeta' 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 'capability.SwitchUpgradeSupportMeta' resources.",
                "x-one-of-name": "capability.SwitchUpgradeSupportMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.SwitchUpgradeSupportMeta.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"
                }
            },
            "capability.SwitchUpgradeSupportMeta": {
                "title": "Capability:Switch Upgrade Support Meta",
                "description": "Internal meta-data to enable block domain upgrade/downgrade when certain components are connected.",
                "x-allOf-name": "capability.SwitchUpgradeSupportMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.SwitchUpgradeSupportMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchUpgradeSupportMeta"
                                ],
                                "default": "capability.SwitchUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchUpgradeSupportMeta"
                                ],
                                "default": "capability.SwitchUpgradeSupportMeta",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "Information related to the list of Component models.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxVersion": {
                                "description": "Maximum Fabric Interconnect version for the component to be supported.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinVersion": {
                                "description": "Minimum Fabric Interconnect version for the component to be supported.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SeriesId": {
                                "description": "Series names of Component.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of component models which fall under this series.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchUpgradeSupportMeta.List": {
                "title": "List of 'capability.SwitchUpgradeSupportMeta' 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 'capability.SwitchUpgradeSupportMeta' 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 'capability.SwitchUpgradeSupportMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.SwitchUpgradeSupportMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.SwitchingModeCapability": {
                "title": "Capability:Switching Mode Capability",
                "description": "Combines and lists the Switching mode capability for each of the Fabric/Switch Platforms.",
                "x-allOf-name": "capability.SwitchingModeCapability",
                "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 'capability.SwitchingModeCapability', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.SwitchingModeCapability"
                                ],
                                "default": "capability.SwitchingModeCapability",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.SwitchingModeCapability"
                                ],
                                "default": "capability.SwitchingModeCapability",
                                "x-enum-as-string": true
                            },
                            "SwitchingMode": {
                                "description": "Switching mode type (endhost, switch) of the switch.\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "x-omitempty": true
                            },
                            "VpCompressionSupported": {
                                "description": "VP Compression support on this switch.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.TemplateCatalog.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.TemplateCatalog' 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 'capability.TemplateCatalog' resources.",
                "x-one-of-name": "capability.TemplateCatalog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.TemplateCatalog.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"
                }
            },
            "capability.TemplateCatalog": {
                "title": "Capability:Template Catalog",
                "description": "The TemplateCatalog object lists the settings that can be overridden in vNIC and vHBA templates, allowing flexible template management and customization.\n#### Purpose\nA TemplateCatalog serves as an authoritative source for allowed overrides in template configurations, facilitating efficient management of vNIC and vHBA resources. It supports read operations to ensure consistent access to override options.\n#### Key Concepts\n- **Override Management:** Catalogs properties that can be overridden, enhancing flexibility and customization in template configurations.\n- **Template Integration:** Focuses on vNIC and vHBA templates, ensuring streamlined management and deployment within server environments.\n- **Access Control:** Managed through privilege sets to ensure secure and reliable access to template catalog information.\n- **Versioning and Updates:** Supports meta version updates, ensuring that override capabilities are current and aligned with system requirements.",
                "x-allOf-name": "capability.TemplateCatalog",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.TemplateCatalog', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.TemplateCatalog"
                                ],
                                "default": "capability.TemplateCatalog",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.TemplateCatalog"
                                ],
                                "default": "capability.TemplateCatalog",
                                "x-enum-as-string": true
                            },
                            "AllowedOverrideList": {
                                "type": "array",
                                "items": {
                                    "description": "List of properties that can be overridden on the template by enabling the AllowOverride property on the template.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.TemplateCatalog.List": {
                "title": "List of 'capability.TemplateCatalog' 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 'capability.TemplateCatalog' 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 'capability.TemplateCatalog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.TemplateCatalog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.TimeZoneMetaData.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.TimeZoneMetaData' 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 'capability.TimeZoneMetaData' resources.",
                "x-one-of-name": "capability.TimeZoneMetaData.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.TimeZoneMetaData.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"
                }
            },
            "capability.TimeZoneMetaData": {
                "title": "Capability:Time Zone Meta Data",
                "description": "Minimal metadata mapping server name to supported time zones.",
                "x-allOf-name": "capability.TimeZoneMetaData",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.TimeZoneMetaData', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.TimeZoneMetaData"
                                ],
                                "default": "capability.TimeZoneMetaData",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.TimeZoneMetaData"
                                ],
                                "default": "capability.TimeZoneMetaData",
                                "x-enum-as-string": true
                            },
                            "SupportedTimeZones": {
                                "type": "array",
                                "items": {
                                    "description": "List of supported time zones.",
                                    "type": "string",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TargetType": {
                                "description": "Server name (e.g., Mustang, UCS).",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.TimeZoneMetaData.List": {
                "title": "List of 'capability.TimeZoneMetaData' 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 'capability.TimeZoneMetaData' 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 'capability.TimeZoneMetaData' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.TimeZoneMetaData"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.UnsupportedFeatureConfig": {
                "title": "Unsupported Feature Configuration",
                "description": "UnsUpported Feature Configuration specific to the adapter feature and generation.",
                "x-allOf-name": "capability.UnsupportedFeatureConfig",
                "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 'capability.UnsupportedFeatureConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.UnsupportedFeatureConfig"
                                ],
                                "default": "capability.UnsupportedFeatureConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.UnsupportedFeatureConfig"
                                ],
                                "default": "capability.UnsupportedFeatureConfig",
                                "x-enum-as-string": true
                            },
                            "Generation": {
                                "description": "The adapter generations that support this feature.\n* `4` - Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.\n* `2` - Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.\n* `3` - Third generation adapters (13xx). The PIDs of these adapters end with the string 03.\n* `5` - Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.",
                                "type": "integer",
                                "enum": [
                                    4,
                                    2,
                                    3,
                                    5
                                ],
                                "default": 4,
                                "x-omitempty": true
                            },
                            "UnsupportdFeatures": {
                                "type": "array",
                                "items": {
                                    "description": "Unsupported Features specific to the adapter feature and generation.\n* `RoCEv2` - Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.\n* `RoCEv1` - Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.\n* `VMQ` - Capability indicator of the Virtual Machine Queue (VMQ) feature.\n* `VMMQ` - Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.\n* `VMQInterrupts` - Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.\n* `NVGRE` - Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.\n* `ARFS` - Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.\n* `VXLAN` - Capability indicator of the Virtual Extensible LAN (VXLAN) feature.\n* `usNIC` - Capability indicator of the User Space NIC (usNIC) feature.\n* `Advanced Filter` - Capability indicator of the Advanced Filter feature.\n* `Azure Stack Host QOS` - Capability indicator of the Azure Stack Host QOS feature.\n* `GENEVE Offload` - Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.\n* `QinQ` - Capability indicator of the QinQ feature.\n* `SRIOV` - Capability indicator of the Single Root Input Output Virtualization (SR-IOV).\n* `Ether Channel Pinning` - Capability indicator of the Ether Channel Pinning feature.\n* `IPv6 Iscsi Boot` - Capability indicator of the Iscsi Boot via IPV6 protocol.",
                                    "type": "string",
                                    "enum": [
                                        "RoCEv2",
                                        "RoCEv1",
                                        "VMQ",
                                        "VMMQ",
                                        "VMQInterrupts",
                                        "NVGRE",
                                        "ARFS",
                                        "VXLAN",
                                        "usNIC",
                                        "Advanced Filter",
                                        "Azure Stack Host QOS",
                                        "GENEVE Offload",
                                        "QinQ",
                                        "SRIOV",
                                        "Ether Channel Pinning",
                                        "IPv6 Iscsi Boot"
                                    ],
                                    "default": "RoCEv2",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.UpdateConstraintMeta": {
                "title": "Capability:Update Constraint Meta",
                "description": "Internal meta-data to enable update related constraints.",
                "x-allOf-name": "capability.UpdateConstraintMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.UpdateConstraintMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "capability.AdapterUpdateConstraintMeta",
                                    "capability.ProcessorUnitUpdateConstraintMeta",
                                    "capability.StorageControllerUpdateConstraintMeta"
                                ],
                                "x-enum-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": [
                                    "capability.AdapterUpdateConstraintMeta",
                                    "capability.ProcessorUnitUpdateConstraintMeta",
                                    "capability.StorageControllerUpdateConstraintMeta"
                                ],
                                "x-enum-as-string": true
                            },
                            "IsSecureBootSupported": {
                                "description": "Flag to indicate support for secure boot.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MinSupportedVersion": {
                                "description": "Firmware version below which firmware update is not supported for this inventory unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "Model of the inventory unit which will be supported in firmware operation.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PlatformType": {
                                "description": "Platform type for which the constraint is to be enforced.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ServerSpecificConstraint": {
                                "type": "array",
                                "items": {
                                    "description": "Server specific meta for which the constraint is to be enforced.",
                                    "$ref": "#/components/schemas/capability.ServerComponentConstraint",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.UpdateOrderListType": {
                "title": "Capability:Update Order List Type",
                "description": "The list of update orders.",
                "x-allOf-name": "capability.UpdateOrderListType",
                "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 'capability.UpdateOrderListType', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.UpdateOrderListType"
                                ],
                                "default": "capability.UpdateOrderListType",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.UpdateOrderListType"
                                ],
                                "default": "capability.UpdateOrderListType",
                                "x-enum-as-string": true
                            },
                            "InterimVersion": {
                                "description": "The interim version to be updated to in the update order.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceVersion": {
                                "description": "The source version of the update order.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupportedModels": {
                                "type": "array",
                                "items": {
                                    "description": "List of models for which this update order is applicable.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TargetVersion": {
                                "description": "The target version of the update order.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.UpdateOrderMeta.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.UpdateOrderMeta' 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 'capability.UpdateOrderMeta' resources.",
                "x-one-of-name": "capability.UpdateOrderMeta.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.UpdateOrderMeta.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"
                }
            },
            "capability.UpdateOrderMeta": {
                "title": "Capability:Update Order Meta",
                "description": "Internal meta-data to map update order.",
                "x-allOf-name": "capability.UpdateOrderMeta",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.UpdateOrderMeta', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.UpdateOrderMeta"
                                ],
                                "default": "capability.UpdateOrderMeta",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.UpdateOrderMeta"
                                ],
                                "default": "capability.UpdateOrderMeta",
                                "x-enum-as-string": true
                            },
                            "Category": {
                                "description": "The category of the model series.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Verbose description regarding this group.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PlatformTag": {
                                "description": "The platform tag value of the model series.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UpdateOrder": {
                                "type": "array",
                                "items": {
                                    "description": "List of update orders applicable to this group.",
                                    "$ref": "#/components/schemas/capability.UpdateOrderListType",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.UpdateOrderMeta.List": {
                "title": "List of 'capability.UpdateOrderMeta' 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 'capability.UpdateOrderMeta' 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 'capability.UpdateOrderMeta' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.UpdateOrderMeta"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "capability.VicDescriptor.Response": {
                "description": "The response body of a HTTP GET request for the 'capability.VicDescriptor' 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 'capability.VicDescriptor' resources.",
                "x-one-of-name": "capability.VicDescriptor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/capability.VicDescriptor.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"
                }
            },
            "capability.VicDescriptor": {
                "title": "Capability:Vic Descriptor",
                "description": "Descriptor that caches VIC ID to PID relation.",
                "x-allOf-name": "capability.VicDescriptor",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/capability.Capability"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'capability.VicDescriptor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "capability.VicDescriptor"
                                ],
                                "default": "capability.VicDescriptor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "capability.VicDescriptor"
                                ],
                                "default": "capability.VicDescriptor",
                                "x-enum-as-string": true
                            },
                            "Model": {
                                "description": "The model of the endpoint, for which this capability information is applicable.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "VicId": {
                                "description": "Vic Id assigned for the adapter.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "capability.VicDescriptor.List": {
                "title": "List of 'capability.VicDescriptor' 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 'capability.VicDescriptor' 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 'capability.VicDescriptor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/capability.VicDescriptor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "console.ConsoleConfig.Response": {
                "description": "The response body of a HTTP GET request for the 'console.ConsoleConfig' 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 'console.ConsoleConfig' resources.",
                "x-one-of-name": "console.ConsoleConfig.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/console.ConsoleConfig.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"
                }
            },
            "console.ConsoleConfig.Relationship": {
                "description": "A relationship to the 'console.ConsoleConfig' resource, or the expanded 'console.ConsoleConfig' resource, or the 'null' value.",
                "x-one-of-name": "console.ConsoleConfig.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/console.ConsoleConfig"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "console.ConsoleConfig": {
                "title": "Console:Console Config",
                "description": "The console.ConsoleConfig object represents the configuration of a terminal console port on a network device. This provides inventory details for the asynchronous serial line settings.\n#### Purpose\nThe primary purpose of this object is to provide a read-only inventory of the serial console port's communication parameters. This includes settings like speed (baud rate), dataBits, stopBits, and parity. This information is crucial for administrators who need to establish a direct serial connection for out-of-band management or troubleshooting.\n#### Key Concepts\n- **Serial Port Inventory:** Captures the complete set of configuration parameters for a device's console port.\n- **Connectivity Parameters:** Provides the exact settings required for a terminal client to successfully connect to the device.\n- **Read-Only State:** Reflects the current configuration on the device, serving as a source of truth for its console settings.\n- **Device-Specific:** Associated with a specific network element, providing the console configuration for that particular device.",
                "x-allOf-name": "console.ConsoleConfig",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'console.ConsoleConfig', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "console.ConsoleConfig"
                                ],
                                "default": "console.ConsoleConfig",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "console.ConsoleConfig"
                                ],
                                "default": "console.ConsoleConfig",
                                "x-enum-as-string": true
                            },
                            "DataBits": {
                                "description": "The databits numbers in console.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "Parity": {
                                "description": "The parity bit of the console.\n* `none` - If Parity is none, parity checking is not performed and the parity bit is not transmitted.\n* `odd` - If Parity is odd, the number of mark bits (1s) in the data is counted, and the parity bit is asserted or unasserted to obtain an odd number of mark bits.\n* `even` - If Parity is even, the number of mark bits in the data is counted, and the parity bit is asserted or unasserted to obtain an even number of mark bits.\n* `mark` - If Parity is mark, the parity bit is asserted.\n* `space` - If Parity is space, the parity bit is unasserted.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "odd",
                                    "even",
                                    "mark",
                                    "space"
                                ],
                                "default": "none",
                                "x-omitempty": true
                            },
                            "Speed": {
                                "description": "The speed of the console.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "StopBits": {
                                "description": "The stopbits of async line in console.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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."
                            }
                        }
                    }
                ]
            },
            "console.ConsoleConfig.List": {
                "title": "List of 'console.ConsoleConfig' 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 'console.ConsoleConfig' 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 'console.ConsoleConfig' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/console.ConsoleConfig"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.AbstractDevice": {
                "title": "Equipment:Abstract Device",
                "description": "Common attributes for inventory device in Intersight.",
                "x-allOf-name": "equipment.AbstractDevice",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.AbstractDevice', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "catalystsdwan.VedgeDevice",
                                    "catalystsdwan.WanEdgeDevice",
                                    "meraki.Device",
                                    "storage.HitachiArray",
                                    "storage.NetAppCluster",
                                    "storage.PureArray",
                                    "storage.PureFlashBladeSystem"
                                ],
                                "x-enum-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": [
                                    "catalystsdwan.VedgeDevice",
                                    "catalystsdwan.WanEdgeDevice",
                                    "meraki.Device",
                                    "storage.HitachiArray",
                                    "storage.NetAppCluster",
                                    "storage.PureArray",
                                    "storage.PureFlashBladeSystem"
                                ],
                                "x-enum-as-string": true
                            },
                            "DeviceLocation": {
                                "description": "The location of the device.",
                                "$ref": "#/components/schemas/equipment.DeviceLocation",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceType": {
                                "description": "The categorization of the device type. Optional parameter to categorize devices by product type. For example, Meraki device types are wireless, appliance, switch, systemsManager, camera, cellularGateway, sensor, and secureConnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HardwareVersion": {
                                "description": "The hardware version of the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Administrator defined name for the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Uuid": {
                                "description": "Unique identity of the device.",
                                "type": "string",
                                "pattern": "^$|^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Current running software version of the device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.Base.Relationship": {
                "description": "A relationship to the 'equipment.Base' resource, or the expanded 'equipment.Base' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Base.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Base": {
                "title": "Equipment:Base",
                "description": "Abstract base class for all equipments which have a vendor /model / serial.",
                "x-allOf-name": "equipment.Base",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.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": [
                                    "adapter.HostFcInterface",
                                    "adapter.HostIscsiInterface",
                                    "adapter.Unit",
                                    "adapter.UnitExpander",
                                    "bios.BootDevice",
                                    "bios.SystemBootOrder",
                                    "bios.Unit",
                                    "boot.CddDevice",
                                    "boot.HddDevice",
                                    "boot.IscsiDevice",
                                    "boot.NvmeDevice",
                                    "boot.PchStorageDevice",
                                    "boot.PxeDevice",
                                    "boot.SanDevice",
                                    "boot.SdDevice",
                                    "boot.UefiShellDevice",
                                    "boot.UsbDevice",
                                    "boot.VmediaDevice",
                                    "catalystsdwan.VedgeDevice",
                                    "catalystsdwan.WanEdgeDevice",
                                    "compute.Blade",
                                    "compute.Board",
                                    "compute.RackUnit",
                                    "equipment.Chassis",
                                    "equipment.ChassisController",
                                    "equipment.EnclosureElement",
                                    "equipment.ExpanderModule",
                                    "equipment.Fan",
                                    "equipment.FanControl",
                                    "equipment.FanModule",
                                    "equipment.Fex",
                                    "equipment.Fru",
                                    "equipment.HybridDriveSlot",
                                    "equipment.Interconnect",
                                    "equipment.IoCard",
                                    "equipment.IoExpander",
                                    "equipment.Psu",
                                    "equipment.PsuControl",
                                    "equipment.RackEnclosure",
                                    "equipment.RackEnclosureSlot",
                                    "equipment.Riser",
                                    "equipment.SharedAdapterUnit",
                                    "equipment.SharedGraphicsCard",
                                    "equipment.SharedIoModule",
                                    "equipment.SwitchCard",
                                    "equipment.SystemIoController",
                                    "equipment.Tpm",
                                    "equipment.Transceiver",
                                    "graphics.Card",
                                    "graphics.Controller",
                                    "memory.Array",
                                    "memory.PersistentMemoryUnit",
                                    "memory.Unit",
                                    "meraki.Device",
                                    "network.Element",
                                    "network.SecureRouter",
                                    "network.SupervisorCard",
                                    "pci.CoprocessorCard",
                                    "pci.Device",
                                    "pci.Link",
                                    "pci.Node",
                                    "pci.Slot",
                                    "pci.Switch",
                                    "processor.Unit",
                                    "security.Unit",
                                    "storage.BatteryBackupUnit",
                                    "storage.Controller",
                                    "storage.DiskSlot",
                                    "storage.Enclosure",
                                    "storage.EnclosureDisk",
                                    "storage.FlexFlashController",
                                    "storage.FlexFlashControllerProps",
                                    "storage.FlexFlashPhysicalDrive",
                                    "storage.FlexFlashVirtualDrive",
                                    "storage.FlexUtilPhysicalDrive",
                                    "storage.HitachiArray",
                                    "storage.HitachiController",
                                    "storage.HitachiDisk",
                                    "storage.NetAppBaseDisk",
                                    "storage.NetAppCluster",
                                    "storage.NetAppNode",
                                    "storage.PhysicalDisk",
                                    "storage.PhysicalDiskExtension",
                                    "storage.PureArray",
                                    "storage.PureController",
                                    "storage.PureDisk",
                                    "storage.PureFlashBladeSystem",
                                    "storage.SasExpander",
                                    "storage.VirtualDrive",
                                    "storage.VirtualDriveContainer"
                                ],
                                "x-enum-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": [
                                    "adapter.HostFcInterface",
                                    "adapter.HostIscsiInterface",
                                    "adapter.Unit",
                                    "adapter.UnitExpander",
                                    "bios.BootDevice",
                                    "bios.SystemBootOrder",
                                    "bios.Unit",
                                    "boot.CddDevice",
                                    "boot.HddDevice",
                                    "boot.IscsiDevice",
                                    "boot.NvmeDevice",
                                    "boot.PchStorageDevice",
                                    "boot.PxeDevice",
                                    "boot.SanDevice",
                                    "boot.SdDevice",
                                    "boot.UefiShellDevice",
                                    "boot.UsbDevice",
                                    "boot.VmediaDevice",
                                    "catalystsdwan.VedgeDevice",
                                    "catalystsdwan.WanEdgeDevice",
                                    "compute.Blade",
                                    "compute.Board",
                                    "compute.RackUnit",
                                    "equipment.Chassis",
                                    "equipment.ChassisController",
                                    "equipment.EnclosureElement",
                                    "equipment.ExpanderModule",
                                    "equipment.Fan",
                                    "equipment.FanControl",
                                    "equipment.FanModule",
                                    "equipment.Fex",
                                    "equipment.Fru",
                                    "equipment.HybridDriveSlot",
                                    "equipment.Interconnect",
                                    "equipment.IoCard",
                                    "equipment.IoExpander",
                                    "equipment.Psu",
                                    "equipment.PsuControl",
                                    "equipment.RackEnclosure",
                                    "equipment.RackEnclosureSlot",
                                    "equipment.Riser",
                                    "equipment.SharedAdapterUnit",
                                    "equipment.SharedGraphicsCard",
                                    "equipment.SharedIoModule",
                                    "equipment.SwitchCard",
                                    "equipment.SystemIoController",
                                    "equipment.Tpm",
                                    "equipment.Transceiver",
                                    "graphics.Card",
                                    "graphics.Controller",
                                    "memory.Array",
                                    "memory.PersistentMemoryUnit",
                                    "memory.Unit",
                                    "meraki.Device",
                                    "network.Element",
                                    "network.SecureRouter",
                                    "network.SupervisorCard",
                                    "pci.CoprocessorCard",
                                    "pci.Device",
                                    "pci.Link",
                                    "pci.Node",
                                    "pci.Slot",
                                    "pci.Switch",
                                    "processor.Unit",
                                    "security.Unit",
                                    "storage.BatteryBackupUnit",
                                    "storage.Controller",
                                    "storage.DiskSlot",
                                    "storage.Enclosure",
                                    "storage.EnclosureDisk",
                                    "storage.FlexFlashController",
                                    "storage.FlexFlashControllerProps",
                                    "storage.FlexFlashPhysicalDrive",
                                    "storage.FlexFlashVirtualDrive",
                                    "storage.FlexUtilPhysicalDrive",
                                    "storage.HitachiArray",
                                    "storage.HitachiController",
                                    "storage.HitachiDisk",
                                    "storage.NetAppBaseDisk",
                                    "storage.NetAppCluster",
                                    "storage.NetAppNode",
                                    "storage.PhysicalDisk",
                                    "storage.PhysicalDiskExtension",
                                    "storage.PureArray",
                                    "storage.PureController",
                                    "storage.PureDisk",
                                    "storage.PureFlashBladeSystem",
                                    "storage.SasExpander",
                                    "storage.VirtualDrive",
                                    "storage.VirtualDriveContainer"
                                ],
                                "x-enum-as-string": true
                            },
                            "IsUpgraded": {
                                "description": "This field indicates the compute status of the catalog values for the associated component or hardware.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "This field displays the model number of the associated component or hardware.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Presence": {
                                "description": "This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Revision": {
                                "description": "This field displays the revised version of the associated component or hardware (if any).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Serial": {
                                "description": "This field displays the serial number of the associated component or hardware.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "This field displays the vendor information of the associated component or hardware.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PreviousFru": {
                                "$ref": "#/components/schemas/equipment.Fru.Relationship",
                                "description": "A reference to a equipmentFru resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.BaseSensor": {
                "title": "Equipment:Base Sensor",
                "description": "Information for a particular sensor on a storage array controller.",
                "x-allOf-name": "equipment.BaseSensor",
                "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 'equipment.BaseSensor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "storage.NetAppSensor"
                                ],
                                "default": "storage.NetAppSensor",
                                "x-enum-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": [
                                    "storage.NetAppSensor"
                                ],
                                "default": "storage.NetAppSensor",
                                "x-enum-as-string": true
                            },
                            "ControllerName": {
                                "description": "The name of the storage array controller that the sensor applies to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of a specific sensor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "The state of the specified sensor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the specified sensor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Units": {
                                "description": "The units that correspond to the value of the sensor, if applicable.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Value": {
                                "description": "The value of the specified sensor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.Chassis.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Chassis' 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 'equipment.Chassis' resources.",
                "x-one-of-name": "equipment.Chassis.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Chassis.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"
                }
            },
            "equipment.Chassis.Relationship": {
                "description": "A relationship to the 'equipment.Chassis' resource, or the expanded 'equipment.Chassis' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Chassis.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Chassis"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Chassis": {
                "title": "Equipment:Chassis",
                "description": "The equipment.Chassis object represents a physical chassis, a modular enclosure that houses and provides power, cooling, and connectivity for multiple blade servers and I/O modules (IOMs).\n#### Purpose\nThe Chassis object serves as the primary inventory and management entity for a server chassis. It acts as a top-level container for all the components within it, including compute.Blade servers, equipment.IoCard modules, equipment.Psu power supply units, and equipment.FanModule fan modules. This provides a comprehensive, queryable view of the chassis's identity, health, and contained hardware.\n#### Key Concepts\n- **Centralized Enclosure Management:** Aggregates all components of a chassis into a single, manageable entity.\n- **Hierarchical Inventory:** Provides a structured parent-child relationship to all its contained components, such as blades, IOMs, PSUs, and fans.\n- **Health and Status Monitoring:** Reports on the overall operState of the chassis and provides a summary of alarms (alarmSummary) and fault conditions (faultSummary).\n- **Location and Identity:** Uniquely identified by a chassisId and serial number, and provides its name and user-assigned label for easy identification.",
                "x-allOf-name": "equipment.Chassis",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Chassis', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Chassis"
                                ],
                                "default": "equipment.Chassis",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Chassis"
                                ],
                                "default": "equipment.Chassis",
                                "x-enum-as-string": true
                            },
                            "AlarmSummary": {
                                "description": "The summary of alarm counts based on the severity types (Critical or Warning).",
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.AlarmSummary",
                                "x-omitempty": true
                            },
                            "ChassisId": {
                                "description": "The assigned identifier for a chassis.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ChassisProfile": {
                                "description": "The distinguished name of the chassis profile to which the chassis is associated to. It is applicable only for chassis which are managed via UCSM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionPath": {
                                "description": "This field identifies the connectivity path for the chassis enclosure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionStatus": {
                                "description": "This field identifies the connectivity status for the chassis enclosure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "This field is to provide description for chassis model.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FaultSummary": {
                                "description": "This field summarizes the faults on the chassis enclosure.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocationDetails": {
                                "description": "Location details associated with the managed object. When a Target object is assigned to a location the details of the associated location are copied into the Target and other related objects in the LocationDetails property.",
                                "$ref": "intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.GeoLocationDetails",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagementMode": {
                                "description": "The management mode of the blade server chassis.\n* `IntersightStandalone` - Intersight Standalone mode of operation.\n* `UCSM` - Unified Computing System Manager mode of operation.\n* `Intersight` - Intersight managed mode of operation.",
                                "type": "string",
                                "enum": [
                                    "IntersightStandalone",
                                    "UCSM",
                                    "Intersight"
                                ],
                                "default": "IntersightStandalone",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "This field identifies the name for the chassis enclosure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of the FEX or IO Card.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "This field identifies the Chassis Operational State.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Operations": {
                                "type": "array",
                                "items": {
                                    "description": "The status of completed and in-progress chassis operations.",
                                    "$ref": "#/components/schemas/equipment.ChassisOperationsDetails",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PackageVersion": {
                                "description": "Bundle version which the XFM and PSU firmware belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part Number identifier for the chassis enclosure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field identifies the Product ID for the chassis enclosure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PlatformType": {
                                "description": "The platform type that the chassis is a part of.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "This field identifies the Product Name for the chassis enclosure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "This field identifies the Stock Keeping Unit for the chassis enclosure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the chassis.",
                                "type": "string",
                                "pattern": "^[ !#$%&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$",
                                "minLength": 0,
                                "maxLength": 64,
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "This field identifies the Vendor ID for the chassis enclosure.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AssignedLocation": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.GeoLocation.Relationship",
                                "description": "A reference to a assetGeoLocation resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Blades": {
                                "description": "An array of relationships to computeBlade resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Blade.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ExpanderModules": {
                                "description": "An array of relationships to equipmentExpanderModule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.ExpanderModule.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "FanControl": {
                                "$ref": "#/components/schemas/equipment.FanControl.Relationship",
                                "description": "A reference to a equipmentFanControl resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Fanmodules": {
                                "description": "An array of relationships to equipmentFanModule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FanModule.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Ioms": {
                                "description": "An array of relationships to equipmentIoCard resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.IoCard.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "LocatorLed": {
                                "$ref": "#/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
                            },
                            "ManagementInterface": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/management.Interface.Relationship",
                                "description": "A reference to a managementInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElements": {
                                "description": "An array of relationships to networkElement resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PciNodes": {
                                "description": "An array of relationships to pciNode resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/pci.Node.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PowerControlState": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/power.ControlState.Relationship",
                                "description": "A reference to a powerControlState resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PsuControl": {
                                "$ref": "#/components/schemas/equipment.PsuControl.Relationship",
                                "description": "A reference to a equipmentPsuControl resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Psus": {
                                "description": "An array of relationships to equipmentPsu resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Psu.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
                            },
                            "Sasexpanders": {
                                "description": "An array of relationships to storageSasExpander resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.SasExpander.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "SecureRouters": {
                                "description": "An array of relationships to networkSecureRouter resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.SecureRouter.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Siocs": {
                                "description": "An array of relationships to equipmentSystemIoController resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SystemIoController.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "StorageEnclosures": {
                                "description": "An array of relationships to storageEnclosure resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.Enclosure.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "VirtualDriveContainer": {
                                "description": "An array of relationships to storageVirtualDriveContainer resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.VirtualDriveContainer.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.Chassis.List": {
                "title": "List of 'equipment.Chassis' 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 'equipment.Chassis' 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 'equipment.Chassis' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Chassis"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisController.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.ChassisController' 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 'equipment.ChassisController' resources.",
                "x-one-of-name": "equipment.ChassisController.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ChassisController.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"
                }
            },
            "equipment.ChassisController.Relationship": {
                "description": "A relationship to the 'equipment.ChassisController' resource, or the expanded 'equipment.ChassisController' resource, or the 'null' value.",
                "x-one-of-name": "equipment.ChassisController.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ChassisController"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.ChassisController": {
                "title": "Equipment:Chassis Controller",
                "description": "Chassis Controller represents the controller embedded within a network element that manages a chassis.",
                "x-allOf-name": "equipment.ChassisController",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.ChassisController', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ChassisController"
                                ],
                                "default": "equipment.ChassisController",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ChassisController"
                                ],
                                "default": "equipment.ChassisController",
                                "x-enum-as-string": true
                            },
                            "EquipmentType": {
                                "description": "The type of chassis controller.\n* `Unknown` - Chassis Controller equipment type is unknown.\n* `ECMC` - Chassis Controller equipment type is ECMC.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "ECMC"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of chassis controller.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "Operational state of chassis controller.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisController.List": {
                "title": "List of 'equipment.ChassisController' 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 'equipment.ChassisController' 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 'equipment.ChassisController' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.ChassisController"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisIdPool.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.ChassisIdPool' 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 'equipment.ChassisIdPool' resources.",
                "x-one-of-name": "equipment.ChassisIdPool.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ChassisIdPool.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"
                }
            },
            "equipment.ChassisIdPool": {
                "title": "Equipment:Chassis Id Pool",
                "description": "ChassisIdPool object contains pool of chassisId's that can be allocated for newly discovered chassis.",
                "x-allOf-name": "equipment.ChassisIdPool",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/sw.IdPoolBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.ChassisIdPool', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ChassisIdPool"
                                ],
                                "default": "equipment.ChassisIdPool",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ChassisIdPool"
                                ],
                                "default": "equipment.ChassisIdPool",
                                "x-enum-as-string": true
                            },
                            "PreferredIds": {
                                "type": "array",
                                "items": {
                                    "description": "Preferred Ids to be configured for connected devices like chassis, FEX. User specifies these Ids in the port policy and these Ids are copied here on the Domain profile deployment.",
                                    "type": "integer",
                                    "format": "int64",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DeviceRegistration": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisIdPool.List": {
                "title": "List of 'equipment.ChassisIdPool' 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 'equipment.ChassisIdPool' 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 'equipment.ChassisIdPool' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.ChassisIdPool"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisIdentity.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.ChassisIdentity' 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 'equipment.ChassisIdentity' resources.",
                "x-one-of-name": "equipment.ChassisIdentity.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ChassisIdentity.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"
                }
            },
            "equipment.ChassisIdentity": {
                "title": "Chassis Identity",
                "description": "The ChassisIdentity object uniquely identifies a chassis and includes connectivity details for its IOMs. It enables lifecycle operations such as decommission, recommission, and rediscover, ensuring accurate tracking and control within the system.\n#### Purpose\nChassisIdentity serves as a central point for managing chassis attributes, including connectivity and identity data. It is essential for operations involving chassis recognition and interaction, facilitating seamless integration with connected devices and systems.\n#### Key Concepts\n- **Connectivity Information:** ChassisIdentity captures detailed connectivity data, enabling precise management of IOMs and ensuring robust operational control.\n- **Unique Identification:** It provides a unique identifier for each chassis based on vendor, model, and serial number, ensuring accurate traceability and management.\n- **Integration:** Facilitates integration with other system components by maintaining relationships with inventoried remote chassis and associated objects.\n- **Lifecycle Management:** Supports operations such as discovery and recommission, ensuring efficient lifecycle management of chassis within the system.",
                "x-allOf-name": "equipment.ChassisIdentity",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Identity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.ChassisIdentity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ChassisIdentity"
                                ],
                                "default": "equipment.ChassisIdentity",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ChassisIdentity"
                                ],
                                "default": "equipment.ChassisIdentity",
                                "x-enum-as-string": true
                            },
                            "IoCardIdentityList": {
                                "type": "array",
                                "items": {
                                    "description": "List of IoCard Identity Connectivity Information.",
                                    "$ref": "#/components/schemas/equipment.IoCardIdentity",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ResetToDefault": {
                                "description": "Determines the default configuration deployment state for a chassis.\n* `NA` - Configuration deployment is not applicable for the chassis.\n* `Pending` - Configuration is not deployed to either A or B side IO card of the chassis.\n* `Applied` - Configuration is deployed to both A and B side IO cards of the chassis.\n* `PendingA` - Configuration deployment is pending in the A side IO card of the chassis.\n* `PendingB` - Configuration deployment is pending in the B side IO card of the chassis.",
                                "type": "string",
                                "enum": [
                                    "NA",
                                    "Pending",
                                    "Applied",
                                    "PendingA",
                                    "PendingB"
                                ],
                                "default": "NA",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Chassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisIdentity.List": {
                "title": "List of 'equipment.ChassisIdentity' 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 'equipment.ChassisIdentity' 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 'equipment.ChassisIdentity' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.ChassisIdentity"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.ChassisOperation' 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 'equipment.ChassisOperation' resources.",
                "x-one-of-name": "equipment.ChassisOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ChassisOperation.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"
                }
            },
            "equipment.ChassisOperation": {
                "title": "Chassis Operation",
                "description": "Models the configurable properties of Chassis.",
                "x-allOf-name": "equipment.ChassisOperation",
                "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 'equipment.ChassisOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ChassisOperation"
                                ],
                                "default": "equipment.ChassisOperation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ChassisOperation"
                                ],
                                "default": "equipment.ChassisOperation",
                                "x-enum-as-string": true
                            },
                            "AdminLocatorLedAction": {
                                "description": "User configured state of the locator LED for the Chassis.\n* `None` - No operation action for the Locator Led of an equipment.\n* `TurnOn` - Turn on the Locator Led of an equipment.\n* `TurnOff` - Turn off the Locator Led of an equipment.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "TurnOn",
                                    "TurnOff"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AdminPowerCycleExpanderModuleSlotId": {
                                "description": "Slot id of the expander module slot within chassis that needs to be power cycled.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "AdminPowerCycleSlotId": {
                                "description": "Slot id of the chassis slot that needs to be power cycled.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "AdminResetConfigSlotId": {
                                "description": "Slot id of the chassis slot that needs to have its configuration reset.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ChassisOperationStatus": {
                                "type": "array",
                                "items": {
                                    "description": "The status of completed and in-progress chassis operations.",
                                    "$ref": "#/components/schemas/equipment.ChassisOperationStatus",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ConfigState": {
                                "description": "The configured state of these settings in the target chassis. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target chassis. Applying - This state denotes that the settings are being applied in the target chassis. Failed - This state denotes that the settings could not be applied in the target chassis.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Chassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "DeviceRegistration": {
                                "$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."
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisOperation.List": {
                "title": "List of 'equipment.ChassisOperation' 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 'equipment.ChassisOperation' 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 'equipment.ChassisOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.ChassisOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisOperationStatus": {
                "title": "Equipment:Chassis Operation Status",
                "description": "The status of completed and in-progress chassis operations performed on the chassis.",
                "x-allOf-name": "equipment.ChassisOperationStatus",
                "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 'equipment.ChassisOperationStatus', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ChassisOperationStatus"
                                ],
                                "default": "equipment.ChassisOperationStatus",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ChassisOperationStatus"
                                ],
                                "default": "equipment.ChassisOperationStatus",
                                "x-enum-as-string": true
                            },
                            "ConfigState": {
                                "description": "The configured state of the settings in the target chassis. The value is any one of Applied, Applying or Failed. Applied - The state denotes that the settings are applied successfully in the target chassis. Applying - The state denotes that the settings are being applied in the target chassis. Failed - The state denotes that the settings could not be applied in the target chassis.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExpanderModuleSlotId": {
                                "description": "The slot id of the expander module within the chassis on which the chassis operation is performed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "The slot id of the device within the chassis on which the chassis operation is performed.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowId": {
                                "description": "The workflow Id of the chassis operations workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowType": {
                                "description": "The workflow type of the chassis operation workflow. This can be used to distinguish different chassis operations.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.ChassisOperationsDetails": {
                "title": "Equipment:Chassis Operations Details",
                "description": "The status of completed and in-progress chassis operations.",
                "x-allOf-name": "equipment.ChassisOperationsDetails",
                "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 'equipment.ChassisOperationsDetails', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ChassisOperationsDetails"
                                ],
                                "default": "equipment.ChassisOperationsDetails",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ChassisOperationsDetails"
                                ],
                                "default": "equipment.ChassisOperationsDetails",
                                "x-enum-as-string": true
                            },
                            "ConfigState": {
                                "description": "The configured state of the settings in the target chassis. The value is any one of Applied, Applying or Failed. Applied - The state denotes that the settings are applied successfully in the target chassis. Applying - The state denotes that the settings are being applied in the target chassis. Failed - The state denotes that the settings could not be applied in the target chassis.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowType": {
                                "description": "The workflow type of the chassis operation workflow. This can be used to distinguish different chassis operations.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.DeviceLocation": {
                "title": "Equipment:Device Location",
                "description": "The DeviceLocation object captures the physical location of a device, including geographical coordinates, address details, and related information. It is a crucial component for managing the physical assets within an infrastructure, ensuring precise tracking and location-based management.\n#### Purpose\nDeviceLocation serves as a repository for location-specific information, enabling organizations to manage their physical assets efficiently. It supports accurate inventory tracking, maintenance planning, and location-based analytics.\n#### Key Concepts\n- **Geographical Tracking:** Provides latitude and longitude details, allowing precise mapping and tracking of device locations.\n- **Address Management:** Includes comprehensive address information, facilitating easy identification and management of physical assets.\n- **Integration:** Enhances integration with asset management systems, supporting location-based resource allocation and maintenance scheduling.",
                "x-allOf-name": "equipment.DeviceLocation",
                "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 'equipment.DeviceLocation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.DeviceLocation"
                                ],
                                "default": "equipment.DeviceLocation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.DeviceLocation"
                                ],
                                "default": "equipment.DeviceLocation",
                                "x-enum-as-string": true
                            },
                            "Address": {
                                "description": "The information about the address.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Latitude": {
                                "description": "Location latitude in decimal degrees format.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Longitude": {
                                "description": "Location longitude in decimal degrees format.",
                                "type": "number",
                                "format": "float",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.DeviceSummary.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.DeviceSummary' 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 'equipment.DeviceSummary' resources.",
                "x-one-of-name": "equipment.DeviceSummary.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.DeviceSummary.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"
                }
            },
            "equipment.DeviceSummary": {
                "title": "Equipment:Device Summary",
                "description": "The equipment.DeviceSummary object provides a simplified, aggregated view of an inventory component, such as a server or chassis. It is designed to be a lightweight object for use in summary lists and high-level dashboards.\n#### Purpose\nThe main purpose of DeviceSummary is to offer a consolidated and easy-to-query representation of a piece of equipment. It abstracts away the complexity of different device types (e.g., compute.Blade vs. compute.RackUnit) and presents a consistent set of key identifiers like model, serial, and dn. This simplifies the development of user interfaces that display lists of mixed hardware.\n#### Key Concepts\n- **Aggregated View:** Combines the most common and essential properties of an inventory object into a single, flat structure.\n- **Unified Model:** Provides a consistent representation for different types of underlying hardware, simplifying data consumption.\n- **Performance-Oriented:** Designed to be lightweight and efficiently queried, making it suitable for high-level summary views.\n- **Source Traceability:** The sourceObjectType and parent relationships allow for drilling down from the summary view to the full, detailed inventory object.",
                "x-allOf-name": "equipment.DeviceSummary",
                "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 'equipment.DeviceSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.DeviceSummary"
                                ],
                                "default": "equipment.DeviceSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.DeviceSummary"
                                ],
                                "default": "equipment.DeviceSummary",
                                "x-enum-as-string": true
                            },
                            "Dn": {
                                "description": "The distinguished name that unambiguously identifies an object in the system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "This field identifies the model of the given component.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Serial": {
                                "description": "This field identifies the serial number of the given component.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceObjectType": {
                                "description": "The source object type of the given component.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeBlade": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Blade.Relationship",
                                "description": "A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ComputeRackUnit": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.RackUnit.Relationship",
                                "description": "A reference to a computeRackUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "CustomPermissionResources": {
                                "description": "An array of relationships to moBaseMo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentFex": {
                                "$ref": "#/components/schemas/equipment.Fex.Relationship",
                                "description": "A reference to a equipmentFex resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryParent": {
                                "$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.",
                                "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
                            }
                        }
                    }
                ]
            },
            "equipment.DeviceSummary.List": {
                "title": "List of 'equipment.DeviceSummary' 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 'equipment.DeviceSummary' 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 'equipment.DeviceSummary' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.DeviceSummary"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.EnclosureElement.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.EnclosureElement' 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 'equipment.EnclosureElement' resources.",
                "x-one-of-name": "equipment.EnclosureElement.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.EnclosureElement.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"
                }
            },
            "equipment.EnclosureElement.Relationship": {
                "description": "A relationship to the 'equipment.EnclosureElement' resource, or the expanded 'equipment.EnclosureElement' resource, or the 'null' value.",
                "x-one-of-name": "equipment.EnclosureElement.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.EnclosureElement"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.EnclosureElement": {
                "title": "Equipment:Enclosure Element",
                "description": "The equipment.EnclosureElement object represents a physical enclosure within a server or chassis that holds manageable sub-components, such as GPUs. It serves as a container for these specialized hardware units.\n#### Purpose\nThe primary function of this object is to model and inventory a sub-enclosure within a larger system. It is particularly useful for systems with modular components, like a GPU enclosure that can be added to a server. This provides a logical grouping for the components it contains and reports on its own health and identity.\n#### Key Concepts\n- **Modular Component Container:** Acts as a physical and logical container for a set of related hardware components, like graphics.Card objects.\n- **Health and Status Monitoring:** Reports its own operState and any specific health issues through the operReason property, such as temperature warnings.\n- **Unique Identification:** Identified by an enclosureId and other hardware details like pid, vid, and sku.\n- **Hierarchical Inventory:** Exists as a child of a compute.RackUnit, linking it directly to the server that houses it.",
                "x-allOf-name": "equipment.EnclosureElement",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.EnclosureElement', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.EnclosureElement"
                                ],
                                "default": "equipment.EnclosureElement",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.EnclosureElement"
                                ],
                                "default": "equipment.EnclosureElement",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "This field is to provide description for the Enclosure module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EnclosureId": {
                                "description": "This field acts as the identifier for this particular Enclosure Module, within the Server or Fabric Interconnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the pluggable Enclosure Module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of the Enclosure module.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "This field is used to indicate this equipment enclosure's operational state.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field identifies the Part Number for this Enclosure Module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field identifies the Product ID for the Enclosure module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "This field identifies the Stockkeeping Unit for this Enclosure Module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "This field is to abstract the status of the Enclosure module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the Enclosure module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "This field identifies the Vendor ID for this Enclosure Module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeRackUnit": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.RackUnit.Relationship",
                                "description": "A reference to a computeRackUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "FirmwareRunningFirmwares": {
                                "description": "An array of relationships to firmwareRunningFirmware resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/firmware.RunningFirmware.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "GraphicsCards": {
                                "description": "An array of relationships to graphicsCard resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/graphics.Card.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
                            }
                        }
                    }
                ]
            },
            "equipment.EnclosureElement.List": {
                "title": "List of 'equipment.EnclosureElement' 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 'equipment.EnclosureElement' 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 'equipment.EnclosureElement' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.EnclosureElement"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.EndPointLog.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.EndPointLog' 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 'equipment.EndPointLog' resources.",
                "x-one-of-name": "equipment.EndPointLog.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.EndPointLog.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"
                }
            },
            "equipment.EndPointLog": {
                "title": "EndPoint Log",
                "description": "The EndPointLog object encapsulates log file information collected from Cisco endpoints. This provides insights into log collection and management processes.\n#### Purpose\nEndPointLog serves to document and manage log files collected from endpoints, supporting troubleshooting and operational insights. It aids in maintaining transparency and accountability in log management.\n#### Key Concepts\n- **Log Management:** Handles log file types and collection statuses, offering visibility into endpoint operations.\n- **Access Control:** Defines privilege sets for reading log information, ensuring secure and controlled access.\n- **Integration with Devices:** Links with registered devices and servers to ensure logs are associated correctly within the network.\n- **Relationship Management:** Facilitates connections with related objects, supporting cohesive log management.",
                "x-allOf-name": "equipment.EndPointLog",
                "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 'equipment.EndPointLog', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.EndPointLog"
                                ],
                                "default": "equipment.EndPointLog",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.EndPointLog"
                                ],
                                "default": "equipment.EndPointLog",
                                "x-enum-as-string": true
                            },
                            "CollectionTime": {
                                "description": "The time at which the log was collected.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DownloadUrl": {
                                "description": "The Url to download the end point log.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FileName": {
                                "description": "The end point log file name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LogType": {
                                "description": "The end point log file type.\n* `None` - End point log file type None.\n* `SEL` - End point log file type SEL.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "SEL"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The end point log collection status.\n* `None` - Log collection not started.\n* `CollectionInProgress` - Log file collection is in progress.\n* `CollectionCompleted` - Log file collection completed.\n* `CollectionFailed` - Log file collection failed.\n* `UploadInProgress` - Log file upload is in progress.\n* `UploadCompleted` - Log file upload completed.\n* `UploadFailed` - Log file upload failed to complete.\n* `DownloadUrlCreationFailed` - Download Url creation failed.\n* `Completed` - Log collection and upload completed.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "CollectionInProgress",
                                    "CollectionCompleted",
                                    "CollectionFailed",
                                    "UploadInProgress",
                                    "UploadCompleted",
                                    "UploadFailed",
                                    "DownloadUrlCreationFailed",
                                    "Completed"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Server": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "equipment.EndPointLog.List": {
                "title": "List of 'equipment.EndPointLog' 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 'equipment.EndPointLog' 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 'equipment.EndPointLog' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.EndPointLog"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ExpanderModule.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.ExpanderModule' 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 'equipment.ExpanderModule' resources.",
                "x-one-of-name": "equipment.ExpanderModule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ExpanderModule.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"
                }
            },
            "equipment.ExpanderModule.Relationship": {
                "description": "A relationship to the 'equipment.ExpanderModule' resource, or the expanded 'equipment.ExpanderModule' resource, or the 'null' value.",
                "x-one-of-name": "equipment.ExpanderModule.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ExpanderModule"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.ExpanderModule": {
                "title": "Equipment:Expander Module",
                "description": "The equipment.ExpanderModule object represents a physical expander module installed within a chassis. These modules typically provide additional connectivity or resources for the components within the chassis.\n#### Purpose\nThe main purpose of this object is to inventory and monitor the state of an expander module. It captures the module's identity, its operational state, and any health-related issues. For example, it can house its own set of fan modules for cooling, which are represented as child objects.\n#### Key Concepts\n- **Hardware Inventory:** Provides a detailed record of the expander module, including its moduleId, partNumber, and operState.\n- **Health Monitoring:** The operReason collection provides specific details on any health issues affecting the module.\n- **Hierarchical Structure:** Acts as a container for its own sub-components, such as equipment.FanModule objects.\n- **Chassis Component:** It is a child of an equipment.Chassis object, clearly defining its location and role within the overall system.",
                "x-allOf-name": "equipment.ExpanderModule",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.ExpanderModule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ExpanderModule"
                                ],
                                "default": "equipment.ExpanderModule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ExpanderModule"
                                ],
                                "default": "equipment.ExpanderModule",
                                "x-enum-as-string": true
                            },
                            "FirmwareVersion": {
                                "description": "Firmware Version of the Chassis expander module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InventoryReady": {
                                "description": "The inventory ready field indicates whether the chassis expander module management controller has completed inventory of the installed devices.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModuleId": {
                                "description": "Module identifier for the expander module.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of expander module.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "Operational state of expander module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part number identifier for the expander module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Side": {
                                "description": "Location of the expander module within a chassis. The value can be top or bottom.\n* `unknown` - Physical location of the module is unknown.\n* `top` - Physical location of the module is on the top part of the chassis.\n* `bottom` - Physical location of the module is on the bottom part of the chassis.\n* `left` - Physical location of the module is on the left side of the chassis.\n* `right` - Physical location of the module is on the right side of the chassis.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "top",
                                    "bottom",
                                    "left",
                                    "right"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "FanModules": {
                                "description": "An array of relationships to equipmentFanModule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FanModule.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PciSwitches": {
                                "description": "An array of relationships to pciSwitch resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/pci.Switch.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PciZones": {
                                "description": "An array of relationships to pciZone resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/pci.Zone.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PhysicalDeviceRegistration": {
                                "$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
                            },
                            "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
                            },
                            "SharedAdapterUnits": {
                                "description": "An array of relationships to equipmentSharedAdapterUnit resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SharedAdapterUnit.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.ExpanderModule.List": {
                "title": "List of 'equipment.ExpanderModule' 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 'equipment.ExpanderModule' 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 'equipment.ExpanderModule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.ExpanderModule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ExpanderModuleIdentity.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.ExpanderModuleIdentity' 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 'equipment.ExpanderModuleIdentity' resources.",
                "x-one-of-name": "equipment.ExpanderModuleIdentity.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ExpanderModuleIdentity.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"
                }
            },
            "equipment.ExpanderModuleIdentity": {
                "title": "Expander Module Identity Information",
                "description": "Identity object that uniquely represents a chassis XFM under a FI Device Registration.",
                "x-allOf-name": "equipment.ExpanderModuleIdentity",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.PhysicalIdentity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.ExpanderModuleIdentity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ExpanderModuleIdentity"
                                ],
                                "default": "equipment.ExpanderModuleIdentity",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ExpanderModuleIdentity"
                                ],
                                "default": "equipment.ExpanderModuleIdentity",
                                "x-enum-as-string": true
                            },
                            "ChassisId": {
                                "description": "Chassis Identifier of an expander module.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Presence": {
                                "description": "The presence state of the blade server.\n* `Unknown` - The default presence state.\n* `Equipped` - The server is equipped in the slot.\n* `EquippedMismatch` - The slot is equipped, but there is another server currently inventoried in the slot.\n* `Missing` - The server is not present in the given slot.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Equipped",
                                    "EquippedMismatch",
                                    "Missing"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Chassis slot number of an expander module.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExpanderModule": {
                                "$ref": "#/components/schemas/equipment.ExpanderModule.Relationship",
                                "description": "A reference to a equipmentExpanderModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.ExpanderModuleIdentity.List": {
                "title": "List of 'equipment.ExpanderModuleIdentity' 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 'equipment.ExpanderModuleIdentity' 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 'equipment.ExpanderModuleIdentity' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.ExpanderModuleIdentity"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ExpanderModuleOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.ExpanderModuleOperation' 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 'equipment.ExpanderModuleOperation' resources.",
                "x-one-of-name": "equipment.ExpanderModuleOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.ExpanderModuleOperation.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"
                }
            },
            "equipment.ExpanderModuleOperation": {
                "title": "X-Fabric Module Operations",
                "description": "Contains the properties which can be used to perform chassis expander module operations (Ex- BMC reboot).",
                "x-allOf-name": "equipment.ExpanderModuleOperation",
                "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 'equipment.ExpanderModuleOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ExpanderModuleOperation"
                                ],
                                "default": "equipment.ExpanderModuleOperation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ExpanderModuleOperation"
                                ],
                                "default": "equipment.ExpanderModuleOperation",
                                "x-enum-as-string": true
                            },
                            "AdminOperation": {
                                "description": "User configured operation on the X-Fabric Module.\n* `None` - Placeholder default value for iom power state property.\n* `Reboot` - IO Module reboot state property value.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Reboot"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AffectedObjName": {
                                "description": "Placeholder for affected object name which is a combination of chassis and X-Fabric Module ID. Used to display affected object in audit log.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfigState": {
                                "description": "The configured state of these settings in the target X-Fabric Module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target X-Fabric Module. Applying - This state denotes that the settings are being applied in the target X-Fabric Module. Failed - This state denotes that the settings could not be applied in the target X-Fabric Module.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ExpanderModuleOperationStatus": {
                                "type": "array",
                                "items": {
                                    "description": "The status of completed and in-progress X-Fabric Module operations.",
                                    "$ref": "#/components/schemas/equipment.IoCardOperationStatus",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Serial": {
                                "description": "Serial ID of the X-Fabric Module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceRegistration": {
                                "$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
                            },
                            "ExpanderModule": {
                                "$ref": "#/components/schemas/equipment.ExpanderModule.Relationship",
                                "description": "A reference to a equipmentExpanderModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.ExpanderModuleOperation.List": {
                "title": "List of 'equipment.ExpanderModuleOperation' 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 'equipment.ExpanderModuleOperation' 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 'equipment.ExpanderModuleOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.ExpanderModuleOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.Fan.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Fan' 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 'equipment.Fan' resources.",
                "x-one-of-name": "equipment.Fan.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Fan.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"
                }
            },
            "equipment.Fan.Relationship": {
                "description": "A relationship to the 'equipment.Fan' resource, or the expanded 'equipment.Fan' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Fan.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Fan"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Fan": {
                "title": "Equipment:Fan",
                "description": "The equipment.Fan object represents an individual cooling fan within a larger piece of equipment, such as a fan module, chassis, or Fabric Extender (FEX).\n#### Purpose\nThe Fan object is designed to provide granular inventory and monitoring for a single fan. It captures the fan's identity (fanId), its operational state (operState), and any specific health issues (operReason). This level of detail is crucial for precise thermal management and fault detection within a system.\n#### Key Concepts\n- **Granular Component Monitoring:** Allows for the tracking of the status of each individual fan in a system.\n- **Health and State Reporting:** Provides the current operState (e.g., \"ok\", \"fail\") and detailed health reasons, such as speed or temperature threshold conditions.\n- **Unique Identification:** Identified by a fanId and moduleId, which specify its position within its parent fan module.\n- **Hierarchical Context:** Exists as a child of an equipment.FanModule or equipment.FEX, linking it to its physical housing and the larger system.",
                "x-allOf-name": "equipment.Fan",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Fan', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Fan"
                                ],
                                "default": "equipment.Fan",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Fan"
                                ],
                                "default": "equipment.Fan",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "This field is to provide description for the fan.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FanId": {
                                "description": "This field acts as the identifier for this particular Fan, within the Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FanModuleId": {
                                "description": "This field is used to identify the Fan Module to which this Fan belongs.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModuleId": {
                                "description": "Fan module Identifier for the fan.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the pluggable Fan.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NrThresholdMinRpmSpeed": {
                                "description": "This field identifies the Non Recoverable Threshold Minimum Revolutions Per Minute Speed for this Fan Unit.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of the fan.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "This field is used to indicate this fan unit's operational state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field identifies the Part Number for this Fan Unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field identifies the Product ID for the fans.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "This field identifies the Stockkeeping Unit for this Fan Unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TrayId": {
                                "description": "Tray identifier for the fan module.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "This field identifies the Vendor ID for this Fan Unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentFanModule": {
                                "$ref": "#/components/schemas/equipment.FanModule.Relationship",
                                "description": "A reference to a equipmentFanModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentFex": {
                                "$ref": "#/components/schemas/equipment.Fex.Relationship",
                                "description": "A reference to a equipmentFex resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo 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
                            }
                        }
                    }
                ]
            },
            "equipment.Fan.List": {
                "title": "List of 'equipment.Fan' 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 'equipment.Fan' 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 'equipment.Fan' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Fan"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.FanControl.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.FanControl' 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 'equipment.FanControl' resources.",
                "x-one-of-name": "equipment.FanControl.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.FanControl.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"
                }
            },
            "equipment.FanControl.Relationship": {
                "description": "A relationship to the 'equipment.FanControl' resource, or the expanded 'equipment.FanControl' resource, or the 'null' value.",
                "x-one-of-name": "equipment.FanControl.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.FanControl"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.FanControl": {
                "title": "Equipment:Fan Control",
                "description": "This represents the states of Fan equipment.",
                "x-allOf-name": "equipment.FanControl",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.FanControl', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.FanControl"
                                ],
                                "default": "equipment.FanControl",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.FanControl"
                                ],
                                "default": "equipment.FanControl",
                                "x-enum-as-string": true
                            },
                            "Mode": {
                                "description": "This field identifies the Fan Control Mode on the endpoint.\n* `Balanced` - Value of Fan Speed is Balanced.\n* `LowPower` - Value of Fan Speed is LowPower.\n* `HighPower` - Value of Fan Speed is HighPower.\n* `MaximumPower` - Value of Fan Speed is MaximumPower.\n* `MaximumCooling` - Value of Fan Speed is MaximumCooling.\n* `Acoustic` - Value of Fan Speed is Acoustic.",
                                "type": "string",
                                "enum": [
                                    "Balanced",
                                    "LowPower",
                                    "HighPower",
                                    "MaximumPower",
                                    "MaximumCooling",
                                    "Acoustic"
                                ],
                                "default": "Balanced",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo 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
                            }
                        }
                    }
                ]
            },
            "equipment.FanControl.List": {
                "title": "List of 'equipment.FanControl' 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 'equipment.FanControl' 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 'equipment.FanControl' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FanControl"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.FanModule.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.FanModule' 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 'equipment.FanModule' resources.",
                "x-one-of-name": "equipment.FanModule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.FanModule.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"
                }
            },
            "equipment.FanModule.Relationship": {
                "description": "A relationship to the 'equipment.FanModule' resource, or the expanded 'equipment.FanModule' resource, or the 'null' value.",
                "x-one-of-name": "equipment.FanModule.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.FanModule"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.FanModule": {
                "title": "Equipment:Fan Module",
                "description": "The equipment.FanModule object represents a physical, often hot-swappable, module that houses one or more individual fans. These modules are key components for cooling in chassis, servers, and network switches.\n#### Purpose\nThe FanModule object serves as a container and management point for a group of fans. This provides inventory details for the module itself (model, serial, etc.) and reports on its overall operational state. It also acts as the parent for the individual equipment.Fan objects it contains.\n#### Key Concepts\n- **Component Aggregation:** Groups multiple individual fans into a single, field-replaceable unit (FRU).\n- **Hierarchical Inventory:** Acts as a parent container for a collection of equipment.Fan objects, providing a structured view of the cooling system.\n- **Health and Status Monitoring:** Reports its own operState and provides a summary of its health through the operReason property.\n- **Location Identification:** Identified by a moduleId and trayId, which specify its physical location within the parent equipment (e.g., a chassis or an I/O module).",
                "x-allOf-name": "equipment.FanModule",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.FanModule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.FanModule"
                                ],
                                "default": "equipment.FanModule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.FanModule"
                                ],
                                "default": "equipment.FanModule",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "This field is to provide description for the fan module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModuleId": {
                                "description": "This field acts as the identifier for this particular Module, within the Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the pluggable FanModule.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of the fan module.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "This field is used to indicate this fan module's operational state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field identifies the Part Number for this Fan Module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field identifies the Product ID for the fan module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "This field identifies the Stockkeeping Unit for this Fan Module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "This field is to abstract the status of the fan module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TrayId": {
                                "description": "Tray identifier for the fan module.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "This field identifies the Vendor ID for this Fan Module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeRackUnit": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.RackUnit.Relationship",
                                "description": "A reference to a computeRackUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentExpanderModule": {
                                "$ref": "#/components/schemas/equipment.ExpanderModule.Relationship",
                                "description": "A reference to a equipmentExpanderModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentIoCard": {
                                "$ref": "#/components/schemas/equipment.IoCard.Relationship",
                                "description": "A reference to a equipmentIoCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "EquipmentRackEnclosure": {
                                "$ref": "#/components/schemas/equipment.RackEnclosure.Relationship",
                                "description": "A reference to a equipmentRackEnclosure resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Fans": {
                                "description": "An array of relationships to equipmentFan resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Fan.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "equipment.FanModule.List": {
                "title": "List of 'equipment.FanModule' 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 'equipment.FanModule' 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 'equipment.FanModule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FanModule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.Fex.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Fex' 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 'equipment.Fex' resources.",
                "x-one-of-name": "equipment.Fex.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Fex.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"
                }
            },
            "equipment.Fex.Relationship": {
                "description": "A relationship to the 'equipment.Fex' resource, or the expanded 'equipment.Fex' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Fex.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Fex"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Fex": {
                "title": "Equipment:Fex",
                "description": "The equipment.FEX object represents a Fabric Extender (FEX), a device that acts as a remote line card for a parent Fabric Interconnect. It multiplexes traffic from servers and other endpoints to the main switch.\n#### Purpose\nThe FEX object is the primary inventory and management entity for a Fabric Extender. This provides a comprehensive view of the FEX's identity, its connection status to the parent switch, and its contained hardware components, such as power supplies, fans, and host-facing ports.\n#### Key Concepts\n- **Remote Line Card Model:** Represents the FEX as an extension of a parent network.Element (Fabric Interconnect).\n- **Hierarchical Inventory:** Serves as a container for its own hardware components, including equipment.Psu, equipment.Fan, and ether.HostPort objects.\n- **Connectivity and Health:** Tracks its connectionPath and connectionStatus to the parent switch, and reports its overall operState and any specific health issues (operReason).\n- **Lifecycle Management:** The discoveryState property tracks its progress through the discovery and inventory process.",
                "x-allOf-name": "equipment.Fex",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.IoCardBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Fex', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Fex"
                                ],
                                "default": "equipment.Fex",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Fex"
                                ],
                                "default": "equipment.Fex",
                                "x-enum-as-string": true
                            },
                            "ConnectionPath": {
                                "description": "Switch Id to which the FEX is connected to. The value can be A or B or AB in case of active-active topology.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiscoveryState": {
                                "description": "Discovery state of IO card or fabric extender.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Fans": {
                                "description": "An array of relationships to equipmentFan resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Fan.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Ioms": {
                                "description": "An array of relationships to equipmentIoCard resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.IoCard.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "LocatorLed": {
                                "$ref": "#/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
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Psus": {
                                "description": "An array of relationships to equipmentPsu resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Psu.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
                            }
                        }
                    }
                ]
            },
            "equipment.Fex.List": {
                "title": "List of 'equipment.Fex' 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 'equipment.Fex' 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 'equipment.Fex' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Fex"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.FexIdentity.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.FexIdentity' 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 'equipment.FexIdentity' resources.",
                "x-one-of-name": "equipment.FexIdentity.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.FexIdentity.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"
                }
            },
            "equipment.FexIdentity": {
                "title": "Equipment:Fex Identity",
                "description": "The FexIdentity object encapsulates the identity and connectivity context of a Fabric Extender (FEX) in the management system. It unifies vendor, model, serial, and switch-connection details to support consistent inventory, policy deployment, and lifecycle operations for fabric extenders.\n#### Purpose  \nA FexIdentity provides the authoritative record of a FEX's identity and its association within a fabric interconnect domain. It enables accurate inventory and health monitoring of fabric extenders, supports targeted configuration and firmware upgrades for specific FEX units, and maintains relationship mapping to the parent network element and device registration.\n#### Key Concepts  \n- **Connectivity Context:** Records the switch port and network element reference where the FEX is attached.  \n- **Unique Identity:** Uses vendor/model/serial plus registration to ensure a one-to-one mapping.  \n- **Permission Inheritance:** Adopts access controls from the registered device to govern update privileges.  \n- **Lifecycle Events:** Coordinates FEX discovery, removal, and firmware operations within orchestration workflows.",
                "x-allOf-name": "equipment.FexIdentity",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.PhysicalIdentity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.FexIdentity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.FexIdentity"
                                ],
                                "default": "equipment.FexIdentity",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.FexIdentity"
                                ],
                                "default": "equipment.FexIdentity",
                                "x-enum-as-string": true
                            },
                            "SwitchId": {
                                "description": "Switch ID to which Fabric Extender is connected, ID can be either 1 or 2, equalent to A or B.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Fex": {
                                "$ref": "#/components/schemas/equipment.Fex.Relationship",
                                "description": "A reference to a equipmentFex resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "equipment.FexIdentity.List": {
                "title": "List of 'equipment.FexIdentity' 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 'equipment.FexIdentity' 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 'equipment.FexIdentity' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FexIdentity"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.FexOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.FexOperation' 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 'equipment.FexOperation' resources.",
                "x-one-of-name": "equipment.FexOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.FexOperation.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"
                }
            },
            "equipment.FexOperation": {
                "title": "Fabric Extender Operations",
                "description": "Models the configuration states of a FEX in Intersight.",
                "x-allOf-name": "equipment.FexOperation",
                "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 'equipment.FexOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.FexOperation"
                                ],
                                "default": "equipment.FexOperation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.FexOperation"
                                ],
                                "default": "equipment.FexOperation",
                                "x-enum-as-string": true
                            },
                            "AdminLocatorLedAction": {
                                "description": "Action performed on the locator LED for a FEX.\n* `None` - No operation action for the Locator Led of an equipment.\n* `TurnOn` - Turn on the Locator Led of an equipment.\n* `TurnOff` - Turn off the Locator Led of an equipment.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "TurnOn",
                                    "TurnOff"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AdminLocatorLedActionState": {
                                "description": "Defines status of action performed on AdminLocatorLedState.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceRegistration": {
                                "$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."
                            },
                            "Fex": {
                                "$ref": "#/components/schemas/equipment.Fex.Relationship",
                                "description": "A reference to a equipmentFex resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.FexOperation.List": {
                "title": "List of 'equipment.FexOperation' 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 'equipment.FexOperation' 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 'equipment.FexOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FexOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.Fru.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Fru' 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 'equipment.Fru' resources.",
                "x-one-of-name": "equipment.Fru.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Fru.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"
                }
            },
            "equipment.Fru.Relationship": {
                "description": "A relationship to the 'equipment.Fru' resource, or the expanded 'equipment.Fru' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Fru.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Fru"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Fru": {
                "title": "Equipment:Fru",
                "description": "The equipment.Fru object represents a Field-Replaceable Unit (FRU). It is a special object used to track the history and state changes of hardware components that have been inserted, removed, or replaced.\n#### Purpose\nThe primary purpose of the Fru object is to provide an audit trail for hardware maintenance actions. When a component is replaced, the previousFru relationship on the new component's inventory object will point to a Fru object that contains the vendor, model, and serial number of the old part. It is essential for asset tracking and troubleshooting issues related to hardware changes.\n#### Key Concepts\n- **Hardware Change Tracking:** Records the identity of a component that has been physically replaced or removed.\n- **Action Logging:** The action property specifies what happened to the FRU, with states like Inserted, Removed, or ReplacedWithAlarm.\n- **Historical Data:** Preserves the identity information of the old component, which would otherwise be lost after a replacement.\n- **Alarm Integration:** The ReplacedWithAlarm action is used to trigger alarms when a hardware replacement is detected, prompting administrative review and action.",
                "x-allOf-name": "equipment.Fru",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Fru', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Fru"
                                ],
                                "default": "equipment.Fru",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Fru"
                                ],
                                "default": "equipment.Fru",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "This field identifies the action performed on a component.\n* `None` - No action performed on the FRU.\n* `Inserted` - A new FRU is inserted or added.\n* `Removed` - The previous FRU is removed.\n* `Replaced` - The previous FRU is replaced with a new FRU.\n* `ReplacedWithAlarm` - The previous FRU is replaced with a new FRU and a alarm is raised.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Inserted",
                                    "Removed",
                                    "Replaced",
                                    "ReplacedWithAlarm"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "CurrentFru": {
                                "$ref": "#/components/schemas/equipment.Base.Relationship",
                                "description": "A reference to a equipmentBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo 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
                            }
                        }
                    }
                ]
            },
            "equipment.Fru.List": {
                "title": "List of 'equipment.Fru' 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 'equipment.Fru' 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 'equipment.Fru' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Fru"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.HybridDriveSlot.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.HybridDriveSlot' 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 'equipment.HybridDriveSlot' resources.",
                "x-one-of-name": "equipment.HybridDriveSlot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.HybridDriveSlot.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"
                }
            },
            "equipment.HybridDriveSlot.Relationship": {
                "description": "A relationship to the 'equipment.HybridDriveSlot' resource, or the expanded 'equipment.HybridDriveSlot' resource, or the 'null' value.",
                "x-one-of-name": "equipment.HybridDriveSlot.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.HybridDriveSlot"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.HybridDriveSlot": {
                "title": "Equipment:Hybrid Drive Slot",
                "description": "The equipment.HybridDriveSlot object represents a specialized drive slot in a server that can operate in different modes, typically supporting NVMe or other drive types.\n#### Purpose\nThe main function of this object is to inventory and report on the configuration of a hybrid drive slot. It captures both the requestedMode (the desired configuration from a policy) and the currentMode (the actual operational mode). This allows administrators to manage and verify the configuration of these flexible drive bays.\n#### Key Concepts\n- **Flexible Drive Bay Model:** Represents a server slot that supports multiple operational modes for the installed drive (e.g., \"Controller\" or \"Direct\" mode).\n- **Configuration State Tracking:** Provides both the desired (requestedMode) and actual (currentMode) states, which is crucial for configuration management and verification.\n- **Slot Identification:** Uniquely identified by its slotId within the server.\n- **Server Component:** It is a child of a compute.Blade or compute.RackUnit, linking it directly to the server it belongs to.",
                "x-allOf-name": "equipment.HybridDriveSlot",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Slot"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.HybridDriveSlot', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.HybridDriveSlot"
                                ],
                                "default": "equipment.HybridDriveSlot",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.HybridDriveSlot"
                                ],
                                "default": "equipment.HybridDriveSlot",
                                "x-enum-as-string": true
                            },
                            "CurrentMode": {
                                "description": "The Configured Mode of the Hybrid Drive slot.\n* `` - Hybrid Drive slot mode is not applicable.\n* `Controller` - Hybrid Drive slot mode is Controller.\n* `Direct` - Hybrid Drive slot mode is Direct.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Controller",
                                    "Direct"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RequestedMode": {
                                "description": "The Requested Mode for the Hybrid Drive slot.\n* `` - Hybrid Drive slot mode is not applicable.\n* `Controller` - Hybrid Drive slot mode is Controller.\n* `Direct` - Hybrid Drive slot mode is Direct.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Controller",
                                    "Direct"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeBlade": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Blade.Relationship",
                                "description": "A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ComputeBoard": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Board.Relationship",
                                "description": "A reference to a computeBoard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ComputeRackUnit": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.RackUnit.Relationship",
                                "description": "A reference to a computeRackUnit 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
                            }
                        }
                    }
                ]
            },
            "equipment.HybridDriveSlot.List": {
                "title": "List of 'equipment.HybridDriveSlot' 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 'equipment.HybridDriveSlot' 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 'equipment.HybridDriveSlot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.HybridDriveSlot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.Identity": {
                "title": "Equipment:Identity",
                "description": "An abstract object for performing and tracking lifecycle operations (e.g. discovery, recommission, decommission) on rack-mount equipment such as server, chassis (consisting on IO Modules) and FEX.",
                "x-allOf-name": "equipment.Identity",
                "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 'equipment.Identity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "compute.BladeIdentity",
                                    "compute.RackUnitIdentity",
                                    "equipment.ChassisIdentity",
                                    "equipment.ExpanderModuleIdentity",
                                    "equipment.FexIdentity",
                                    "fabric.ElementIdentity"
                                ],
                                "x-enum-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": [
                                    "compute.BladeIdentity",
                                    "compute.RackUnitIdentity",
                                    "equipment.ChassisIdentity",
                                    "equipment.ExpanderModuleIdentity",
                                    "equipment.FexIdentity",
                                    "fabric.ElementIdentity"
                                ],
                                "x-enum-as-string": true
                            },
                            "AdminAction": {
                                "description": "Updated by UI/API to trigger specific action type.\n* `None` - No operation value for maintenance actions on an equipment.\n* `Decommission` - Decommission the equipment and temporarily remove it from being managed by Intersight.\n* `Recommission` - Recommission the equipment.\n* `Reack` - Reacknowledge the equipment and discover it again.\n* `Remove` - Remove the equipment permanently from Intersight management.\n* `Replace` - Replace the equipment with the other one.\n* `DecommissionAndRemove` - Decommissions the equipment and upon equipment physical removal, removes it automatically from Intersight.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Decommission",
                                    "Recommission",
                                    "Reack",
                                    "Remove",
                                    "Replace",
                                    "DecommissionAndRemove"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AdminActionState": {
                                "description": "The state of Maintenance Action performed. This will have three states. Applying - Action is in progress. Applied - Action is completed and applied. Failed - Action has failed.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Identifier": {
                                "description": "Numeric Identifier assigned by the management system to the equipment. Identifier can only be changed if it has been PATCHED with the AdminAction property set to 'Recommission'.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "x-omitempty": true
                            },
                            "Lifecycle": {
                                "description": "The equipment's lifecycle status.\n* `None` - Default state of an equipment. This should be an initial state when no state is defined for an equipment.\n* `Active` - Default Lifecycle State for a physical entity.\n* `Decommissioned` - Decommission Lifecycle state.\n* `DecommissionInProgress` - Decommission Inprogress Lifecycle state.\n* `RecommissionInProgress` - Recommission Inprogress Lifecycle state.\n* `OperationFailed` - Failed Operation Lifecycle state.\n* `ReackInProgress` - ReackInProgress Lifecycle state.\n* `RemoveInProgress` - RemoveInProgress Lifecycle state.\n* `Discovered` - Discovered Lifecycle state.\n* `SlotReserved` - Blade is inserted in a slot that is reserved for Secure Router.\n* `DiscoveryInProgress` - DiscoveryInProgress Lifecycle state.\n* `DiscoveryFailed` - DiscoveryFailed Lifecycle state.\n* `FirmwareUpgradeInProgress` - Firmware upgrade is in progress on given physical entity.\n* `DiagnosticsInProgress` - Diagnostics is in progress on given physical entity.\n* `SecureEraseInProgress` - Secure Erase is in progress on given physical entity.\n* `ScrubInProgress` - Scrub is in progress on given physical entity.\n* `BladeMigrationInProgress` - Server slot migration is in progress on given physical entity.\n* `Inactive` - Inactive Lifecycle state.\n* `ReplaceInProgress` - ReplaceInProgress Lifecycle state.\n* `SlotMismatch` - The blade server is detected in a different chassis/slot than it was previously.\n* `ReplacementPendingUserAction` - A new blade server is detected, and discovery is pending cleanup of old blade originally discovered in the new blade's location.\n* `Removed` - The blade server has been removed from its discovered slot, and not detected anywhere else within the domain.\n* `Moved` - The blade server has been moved from its discovered location to a new location within the domain.\n* `Replaced` - The blade server has been removed from its discovered location and another blade has been inserted. in that location.\n* `MovedAndReplaced` - The blade server has been moved from its discovered location to a new location within the domain and another blade has been inserted into the previously discovered location.\n* `DomainRmaPendingUserAction` - Domain RMA detected due to the presence of an old pair of FIs with mismatched serial numbers within the same account. User to either initiate the 'Replace Domain workflow' or unclaim the old domain.\n* `IdentityUnknown` - The endpoint cannot be identified because of incomplete vendor, model, or serial information.\n* `RestoreConfigInProgress` - Restore configuration is in progress on given physical entity.\n* `DecommissionAndRemoveInProgress` - Decommission and remove operation is in progress.\n* `DecommissionedForRemove` - Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from Inventory.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Active",
                                    "Decommissioned",
                                    "DecommissionInProgress",
                                    "RecommissionInProgress",
                                    "OperationFailed",
                                    "ReackInProgress",
                                    "RemoveInProgress",
                                    "Discovered",
                                    "SlotReserved",
                                    "DiscoveryInProgress",
                                    "DiscoveryFailed",
                                    "FirmwareUpgradeInProgress",
                                    "DiagnosticsInProgress",
                                    "SecureEraseInProgress",
                                    "ScrubInProgress",
                                    "BladeMigrationInProgress",
                                    "Inactive",
                                    "ReplaceInProgress",
                                    "SlotMismatch",
                                    "ReplacementPendingUserAction",
                                    "Removed",
                                    "Moved",
                                    "Replaced",
                                    "MovedAndReplaced",
                                    "DomainRmaPendingUserAction",
                                    "IdentityUnknown",
                                    "RestoreConfigInProgress",
                                    "DecommissionAndRemoveInProgress",
                                    "DecommissionedForRemove"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LifecycleModTime": {
                                "description": "The time when the last life cycle state change happened.",
                                "type": "string",
                                "format": "date-time",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "The vendor provided model name for the equipment.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the equipment for unique identification.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Serial": {
                                "description": "The serial number of the equipment.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "The manufacturer of the equipment.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CustomPermissionResources": {
                                "description": "An array of relationships to moBaseMo resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo.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
                            }
                        }
                    }
                ]
            },
            "equipment.Interconnect.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Interconnect' 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 'equipment.Interconnect' resources.",
                "x-one-of-name": "equipment.Interconnect.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Interconnect.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"
                }
            },
            "equipment.Interconnect.Relationship": {
                "description": "A relationship to the 'equipment.Interconnect' resource, or the expanded 'equipment.Interconnect' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Interconnect.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Interconnect"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Interconnect": {
                "title": "Equipment:Interconnect",
                "description": "Object representing a set of endpoints that are interconnected via some interconnectivity technology.",
                "x-allOf-name": "equipment.Interconnect",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Interconnect', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Interconnect"
                                ],
                                "default": "equipment.Interconnect",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Interconnect"
                                ],
                                "default": "equipment.Interconnect",
                                "x-enum-as-string": true
                            },
                            "InterconnectId": {
                                "description": "The identifier of the interconnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterconnectType": {
                                "description": "Type of interconnectivity provided by this interconnect.\n* `Unknown` - Interconnect type is unknown.\n* `NVLink` - Interconnect type is NVLink.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "NVLink"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeBoard": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Board.Relationship",
                                "description": "A reference to a computeBoard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InterconnectedGraphicsCards": {
                                "description": "An array of relationships to graphicsCard resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/graphics.Card.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InterconnectedSharedGraphicsCards": {
                                "description": "An array of relationships to equipmentSharedGraphicsCard resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SharedGraphicsCard.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PciNode": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/pci.Node.Relationship",
                                "description": "A reference to a pciNode 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
                            }
                        }
                    }
                ]
            },
            "equipment.Interconnect.List": {
                "title": "List of 'equipment.Interconnect' 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 'equipment.Interconnect' 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 'equipment.Interconnect' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Interconnect"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.IoCard.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.IoCard' 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 'equipment.IoCard' resources.",
                "x-one-of-name": "equipment.IoCard.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.IoCard.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"
                }
            },
            "equipment.IoCard.Relationship": {
                "description": "A relationship to the 'equipment.IoCard' resource, or the expanded 'equipment.IoCard' resource, or the 'null' value.",
                "x-one-of-name": "equipment.IoCard.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.IoCard"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.IoCard": {
                "title": "Equipment:Io Card",
                "description": "The equipment.IoCard (IOM) object represents an I/O Module, a critical component in a blade chassis that multiplexes and forwards network traffic between the blade servers and the upstream Fabric Interconnects.\n#### Purpose\nThe IoCard object is the primary inventory and management entity for an IOM. This provides a comprehensive view of the module's identity, operational state, health, and its connection path to the parent Fabric Interconnect. It also serves as a container for its own sub-components, such as fan modules.\n#### Key Concepts\n- **Chassis Network Hub:** Models the central networking component within a chassis that connects servers to the fabric.\n- **Connectivity and Pathing:** The connectionPath property (e.g., \"A\" or \"B\") and its relationship to a network.Element define its role and connection to the fabric.\n- **Health Monitoring:** Reports its overall operState and specific health issues (operReason), such as temperature warnings or low memory conditions.\n- **Hierarchical Inventory:** Acts as a parent container for its own components, like equipment.FanModule, and for the host-facing ports that connect to the servers.",
                "x-allOf-name": "equipment.IoCard",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.IoCardBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.IoCard', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.IoCard"
                                ],
                                "default": "equipment.IoCard",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.IoCard"
                                ],
                                "default": "equipment.IoCard",
                                "x-enum-as-string": true
                            },
                            "ConnectionPath": {
                                "description": "Switch Id to which the IOM is connected to. The value can be A or B.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DcSupported": {
                                "description": "IOM device connector support.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpAddresses": {
                                "type": "array",
                                "items": {
                                    "description": "The list of Inband Ip addresses for the CMC.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.IpAddress",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OutOfBandIpAddresses": {
                                "type": "array",
                                "items": {
                                    "description": "The list of Outband Ip addresses for the CMC.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.IpAddress",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "Side": {
                                "description": "Location of IOM within a chassis. The value can be left or right.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentFex": {
                                "$ref": "#/components/schemas/equipment.Fex.Relationship",
                                "description": "A reference to a equipmentFex resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "FanModules": {
                                "description": "An array of relationships to equipmentFanModule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FanModule.Relationship"
                                },
                                "nullable": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PhysicalDeviceRegistration": {
                                "$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."
                            },
                            "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
                            }
                        }
                    }
                ]
            },
            "equipment.IoCard.List": {
                "title": "List of 'equipment.IoCard' 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 'equipment.IoCard' 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 'equipment.IoCard' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.IoCard"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.IoCardBase.Relationship": {
                "description": "A relationship to the 'equipment.IoCardBase' resource, or the expanded 'equipment.IoCardBase' resource, or the 'null' value.",
                "x-one-of-name": "equipment.IoCardBase.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.IoCardBase"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.IoCardBase": {
                "title": "Equipment:Io Card Base",
                "description": "Abstract class for hif and nif ports collection that can be extended by chassis/febric extender.",
                "x-allOf-name": "equipment.IoCardBase",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.IoCardBase', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "equipment.Fex",
                                    "equipment.IoCard"
                                ],
                                "x-enum-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": [
                                    "equipment.Fex",
                                    "equipment.IoCard"
                                ],
                                "x-enum-as-string": true
                            },
                            "ConnectionStatus": {
                                "description": "Connectivity Status of FEX/IOM to Switch - A or B or AB.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "This field is to provide description for the iocard module model.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModuleId": {
                                "description": "Module Identifier for the IO module.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of the FEX or IO Card.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "Operational state of IO card or fabric extender.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part Number identifier for the IO module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field identifies the Product ID for the IO module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ProductName": {
                                "description": "This field identifies the Product Name for the iocard module model.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "This field identifies the Stock Keeping Unit for the IO card module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "This field identifies the version of the IO card module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "This field identifies the Vendor ID for the IO card module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HostPorts": {
                                "description": "An array of relationships to etherHostPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/ether.HostPort.Relationship"
                                },
                                "nullable": true
                            },
                            "MgmtController": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/management.Controller.Relationship",
                                "description": "A reference to a managementController resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkPorts": {
                                "description": "An array of relationships to etherNetworkPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/ether.NetworkPort.Relationship"
                                },
                                "nullable": true
                            },
                            "SubGroup": {
                                "description": "An array of relationships to portSubGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/port.SubGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.IoCardIdentity": {
                "title": "Equipment:Io Card Identity",
                "description": "IoCardIdentity Complex type referenced in ChassisIdentity concrete MO.",
                "x-allOf-name": "equipment.IoCardIdentity",
                "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 'equipment.IoCardIdentity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.IoCardIdentity"
                                ],
                                "default": "equipment.IoCardIdentity",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.IoCardIdentity"
                                ],
                                "default": "equipment.IoCardIdentity",
                                "x-enum-as-string": true
                            },
                            "IoCardMoid": {
                                "description": "MO Reference to equipmentIoCard MO in inventory service.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Lifecycle": {
                                "description": "IO Card inventory lifecycle status.\n* `Unknown` - Default lifecycle state of a iocard. This should be an initial state when no state is defined for a specific iocard.\n* `Decommissioned` - Lifecycle state is set to this value after the chassis is successfully decommissioned.\n* `DiscoveryInProgress` - Lifecycle state is set to this value after the successful start of the iocard connection discovery process.\n* `DiscoveryFailed` - Lifecycle state is set to this value after the iocard connection discovery has failed.\n* `DiscoveryCompleted` - Lifecycle state is set to this value after the connection discovery of the iocard is completed successfully.\n* `None` - Lifecycle state is set to this value before the start of connection discovery and inventory collection process for a iocard.\n* `InventoryCompleted` - Lifecycle state is set to this value after the chassis inventory collection process is completed for a specific iocard.\n* `InventoryInProgress` - Lifecycle state is set to this value after successful  start of the chassis inventory collection process for a specific iocard.\n* `InventoryFailed` - Lifecycle state is set to this value after the chassis inventory collection process failed for a iocard.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Decommissioned",
                                    "DiscoveryInProgress",
                                    "DiscoveryFailed",
                                    "DiscoveryCompleted",
                                    "None",
                                    "InventoryCompleted",
                                    "InventoryInProgress",
                                    "InventoryFailed"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "IO Card or intelligent fabric module model.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModuleId": {
                                "description": "IOM/MUX Module ID connected to the FI.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElementMoid": {
                                "description": "MO Reference to networkElement MO in inventory service.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Serial": {
                                "description": "IO Card or intelligent fabric module serial number.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Identifier of the Switch where the IOM is connected. ID can be either 1 or 2, equivalent to A or B.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "IO Card or intelligent fabric module vendor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.IoCardOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.IoCardOperation' 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 'equipment.IoCardOperation' resources.",
                "x-one-of-name": "equipment.IoCardOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.IoCardOperation.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"
                }
            },
            "equipment.IoCardOperation": {
                "title": "IO Module Operations",
                "description": "Models the configurable properties of a iomodule in Intersight.",
                "x-allOf-name": "equipment.IoCardOperation",
                "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 'equipment.IoCardOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.IoCardOperation"
                                ],
                                "default": "equipment.IoCardOperation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.IoCardOperation"
                                ],
                                "default": "equipment.IoCardOperation",
                                "x-enum-as-string": true
                            },
                            "AdminPeerPowerState": {
                                "description": "User configured power state of the peer IO module.\n* `None` - Placeholder default value for iom power state property.\n* `Reboot` - IO Module reboot state property value.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Reboot"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AdminPowerState": {
                                "description": "User configured power state of the IO module.\n* `None` - Placeholder default value for iom power state property.\n* `Reboot` - IO Module reboot state property value.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Reboot"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AffectedObjName": {
                                "description": "Placeholder for affected object name which is a combination of chassis and IOM ID. Used to display affected object in audit log.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfigState": {
                                "description": "The configured state of these settings in the target IO module. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target IO module. Applying - This state denotes that the settings are being applied in the target IO module. Failed - This state denotes that the settings could not be applied in the target IO module.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IoCardOperationStatus": {
                                "type": "array",
                                "items": {
                                    "description": "The status of completed and in-progress IO module operations.",
                                    "$ref": "#/components/schemas/equipment.IoCardOperationStatus",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DeviceRegistration": {
                                "$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."
                            },
                            "IoCard": {
                                "$ref": "#/components/schemas/equipment.IoCard.Relationship",
                                "description": "A reference to a equipmentIoCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.IoCardOperation.List": {
                "title": "List of 'equipment.IoCardOperation' 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 'equipment.IoCardOperation' 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 'equipment.IoCardOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.IoCardOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.IoCardOperationStatus": {
                "title": "Equipment:Io Card Operation Status",
                "description": "The status of completed and in-progress operations performed on the IO Card.",
                "x-allOf-name": "equipment.IoCardOperationStatus",
                "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 'equipment.IoCardOperationStatus', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.IoCardOperationStatus"
                                ],
                                "default": "equipment.IoCardOperationStatus",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.IoCardOperationStatus"
                                ],
                                "default": "equipment.IoCardOperationStatus",
                                "x-enum-as-string": true
                            },
                            "ConfigState": {
                                "description": "The configured state of the settings in the target IO Card. The value is any one of Applied, Applying or Failed. Applied - The state denotes that the settings are applied successfully in the target IO Card. Applying - The state denotes that the settings are being applied in the target IO Card. Failed - The state denotes that the settings could not be applied in the target IO Card.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowId": {
                                "description": "The workflow Id of the IO Card operations workflow.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "WorkflowType": {
                                "description": "The workflow type of the IO Card operation workflow. This can be used to distinguish different IO Card operations.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.IoExpander.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.IoExpander' 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 'equipment.IoExpander' resources.",
                "x-one-of-name": "equipment.IoExpander.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.IoExpander.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"
                }
            },
            "equipment.IoExpander.Relationship": {
                "description": "A relationship to the 'equipment.IoExpander' resource, or the expanded 'equipment.IoExpander' resource, or the 'null' value.",
                "x-one-of-name": "equipment.IoExpander.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.IoExpander"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.IoExpander": {
                "title": "Equipment:Io Expander",
                "description": "The equipment.IoExpander object represents an I/O expander card, which serves as an extension for servers, particularly within a Colusa-type chassis architecture.\n#### Purpose\nThe primary purpose of this object is to inventory and report the status of an I/O expander card. These cards provide additional I/O capabilities or connectivity options for the servers they are attached to. The object captures the expander's identity and its operational state.\n#### Key Concepts\n- **I/O Extension:** Models a card that expands the I/O capabilities of a server.\n- **State Reporting:** The operState property provides the current operational status of the expander card.\n- **Hardware Inventory:** Captures the base identity of the card, including its model, vendor, and serial number.\n- **Server Component:** It is a child of a compute.Blade, linking it directly to the server it expands.",
                "x-allOf-name": "equipment.IoExpander",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.IoExpander', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.IoExpander"
                                ],
                                "default": "equipment.IoExpander",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.IoExpander"
                                ],
                                "default": "equipment.IoExpander",
                                "x-enum-as-string": true
                            },
                            "OperState": {
                                "description": "Identifies the operational state of I/O expander.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeBlade": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Blade.Relationship",
                                "description": "A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo 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
                            }
                        }
                    }
                ]
            },
            "equipment.IoExpander.List": {
                "title": "List of 'equipment.IoExpander' 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 'equipment.IoExpander' 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 'equipment.IoExpander' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.IoExpander"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.LocatorLed.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.LocatorLed' 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 'equipment.LocatorLed' resources.",
                "x-one-of-name": "equipment.LocatorLed.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.LocatorLed.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"
                }
            },
            "equipment.LocatorLed.Relationship": {
                "description": "A relationship to the 'equipment.LocatorLed' resource, or the expanded 'equipment.LocatorLed' resource, or the 'null' value.",
                "x-one-of-name": "equipment.LocatorLed.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.LocatorLed"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.LocatorLed": {
                "title": "Equipment:Locator Led",
                "description": "The equipment.LocatorLed object represents the physical locator LED (Light Emitting Diode) on a piece of equipment, such as a server, chassis, or Fabric Interconnect.\n#### Purpose\nThe main function of this object is to inventory and control the state of a locator LED. The locator LED is a visual indicator used by data center technicians to physically identify a specific piece of hardware among many others in a rack. It allows an administrator to remotely turn the LED on or off.\n#### Key Concepts\n- **Physical Identification:** Provides a mechanism to visually identify hardware in a data center.\n- **State Control:** While the operState property is read-only in the inventory model, it is the target of actions that change the LED's state (typically \"on\" or \"off\").\n- **Visual Feedback:** The color property reports the color of the LED, which is often blue.\n- **Broad Applicability:** Can be associated with various types of equipment, including compute.RackUnit, compute.Blade, equipment.Chassis, and network.Element.",
                "x-allOf-name": "equipment.LocatorLed",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.LocatorLed', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.LocatorLed"
                                ],
                                "default": "equipment.LocatorLed",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.LocatorLed"
                                ],
                                "default": "equipment.LocatorLed",
                                "x-enum-as-string": true
                            },
                            "Color": {
                                "description": "Color of the locatorled available on an equipment.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "Identifies the operational state of locatorled.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeBlade": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Blade.Relationship",
                                "description": "A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ComputeRackUnit": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.RackUnit.Relationship",
                                "description": "A reference to a computeRackUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentFex": {
                                "$ref": "#/components/schemas/equipment.Fex.Relationship",
                                "description": "A reference to a equipmentFex resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkSecureRouter": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.SecureRouter.Relationship",
                                "description": "A reference to a networkSecureRouter resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PciNode": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/pci.Node.Relationship",
                                "description": "A reference to a pciNode 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
                            },
                            "StoragePhysicalDisk": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.PhysicalDisk.Relationship",
                                "description": "A reference to a storagePhysicalDisk resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.LocatorLed.List": {
                "title": "List of 'equipment.LocatorLed' 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 'equipment.LocatorLed' 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 'equipment.LocatorLed' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.LocatorLed"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.LogDownload.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.LogDownload' 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 'equipment.LogDownload' resources.",
                "x-one-of-name": "equipment.LogDownload.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.LogDownload.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"
                }
            },
            "equipment.LogDownload": {
                "title": "Equipment:Log Download",
                "description": "The LogDownload object facilitates the download of collected logs from Cisco endpoints. It supports efficient retrieval and management of log files.\n#### Purpose\nLogDownload enables users to access and download logs collected from endpoints, aiding in troubleshooting and data management. It is a key component in log retrieval processes within Cisco environments.\n#### Key Concepts\n- **Log Retrieval:** Provides mechanisms for downloading logs from endpoints, supporting efficient access to collected data.\n- **Access Control:** Establishes privilege sets for log download operations, ensuring secure management.\n- **Integration with Devices:** Connects with servers to ensure log downloads are associated correctly within the network.\n- **Security:** Ensures log downloads are performed securely, supporting compliance and data integrity.",
                "x-allOf-name": "equipment.LogDownload",
                "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 'equipment.LogDownload', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.LogDownload"
                                ],
                                "default": "equipment.LogDownload",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.LogDownload"
                                ],
                                "default": "equipment.LogDownload",
                                "x-enum-as-string": true
                            },
                            "Server": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "equipment.LogDownload.List": {
                "title": "List of 'equipment.LogDownload' 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 'equipment.LogDownload' 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 'equipment.LogDownload' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.LogDownload"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.PendingWorkflowTrigger": {
                "title": "Equipment:Pending Workflow Trigger",
                "description": "A workflow trigger that is waiting for a response from the workflow engine.",
                "x-allOf-name": "equipment.PendingWorkflowTrigger",
                "nullable": true,
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType"
                    }
                ]
            },
            "equipment.PhysicalIdentity.Relationship": {
                "description": "A relationship to the 'equipment.PhysicalIdentity' resource, or the expanded 'equipment.PhysicalIdentity' resource, or the 'null' value.",
                "x-one-of-name": "equipment.PhysicalIdentity.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.PhysicalIdentity"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.PhysicalIdentity": {
                "title": "Equipment:Physical Identity",
                "description": "An Abstract Identity object that uniquely represents a server object under a DR.",
                "x-allOf-name": "equipment.PhysicalIdentity",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Identity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.PhysicalIdentity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "compute.BladeIdentity",
                                    "compute.RackUnitIdentity",
                                    "equipment.ExpanderModuleIdentity",
                                    "equipment.FexIdentity"
                                ],
                                "x-enum-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": [
                                    "compute.BladeIdentity",
                                    "compute.RackUnitIdentity",
                                    "equipment.ExpanderModuleIdentity",
                                    "equipment.FexIdentity"
                                ],
                                "x-enum-as-string": true
                            },
                            "LastDiscoveryTriggered": {
                                "description": "Denotes the type of discovery that was most recently triggered on this server.\n* `Unknown` - The last discovery type is unknown.\n* `Deep` - The last discovery triggered is deep.\n* `Shallow` - The last discovery triggered is shallow.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Deep",
                                    "Shallow"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ResetToDefault": {
                                "description": "Specifies whether device configurations need to be reset to default upon first-time discovery or recommission of a server.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PhysicalDeviceRegistration": {
                                "$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
                            }
                        }
                    }
                ]
            },
            "equipment.Psu.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Psu' 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 'equipment.Psu' resources.",
                "x-one-of-name": "equipment.Psu.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Psu.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"
                }
            },
            "equipment.Psu.Relationship": {
                "description": "A relationship to the 'equipment.Psu' resource, or the expanded 'equipment.Psu' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Psu.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Psu"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Psu": {
                "title": "Equipment:Psu",
                "description": "The equipment.Psu object represents a Power Supply Unit, a fundamental component responsible for providing electrical power to a server, chassis, or network switch.\n#### Purpose\nThe Psu object is used to inventory and monitor the state of an individual power supply. It captures key identity information (model, serial, part number), its operational state (operState), and detailed health information. It is critical for power management, redundancy monitoring, and fault detection.\n#### Key Concepts\n- **Power Component Inventory:** Provides a detailed record of each PSU in a system.\n- **Health and Status Monitoring:** Reports its operState and a collection of operReason values that give specific details on issues like temperature thresholds, input voltage problems, or output current faults.\n- **Redundancy Management:** The spareStatus property can indicate if the PSU is acting as a spare in a redundant configuration.\n- **Hierarchical Context:** Exists as a child of the equipment it powers, such as an equipment.Chassis, compute.RackUnit, or network.Element.",
                "x-allOf-name": "equipment.Psu",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Psu', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Psu"
                                ],
                                "default": "equipment.Psu",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Psu"
                                ],
                                "default": "equipment.Psu",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "This field is to provide description for the power supply unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "This field is to provide name for the power supply unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of the Power supply unit.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "This field identifies the psu operational state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field identifies the Part Number for this Power Supply Unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field identifies the Product ID for the Power Supply.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PsuFwVersion": {
                                "description": "This field identifies the Firmware Version of the Power Supply.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PsuId": {
                                "description": "This represents power supply unit identifier in chassis/server.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PsuInputSrc": {
                                "description": "This field identifies the input source for the Power Supply.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PsuType": {
                                "description": "This field identifies the type of the Power Supply.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PsuWattage": {
                                "description": "This field identifies the Wattage of the Power Supply.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "This field identifies the Stockkeeping Unit for this Power Supply.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpareStatus": {
                                "description": "This field identifies whether the power supply unit is spare or not.\n* `` - Spare status for power supply unit is not applicable or not available.\n* `Spare` - Power supply unit is spare.\n* `Not Spare` - Power supply unit is not spare.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Spare",
                                    "Not Spare"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "This field identifies the Vendor ID for this Power Supply Unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Voltage": {
                                "description": "This field is used to indicate the voltage state for this Power Supply.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeRackUnit": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.RackUnit.Relationship",
                                "description": "A reference to a computeRackUnit resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentFex": {
                                "$ref": "#/components/schemas/equipment.Fex.Relationship",
                                "description": "A reference to a equipmentFex resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentRackEnclosure": {
                                "$ref": "#/components/schemas/equipment.RackEnclosure.Relationship",
                                "description": "A reference to a equipmentRackEnclosure resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "FirmwareRunningFirmwares": {
                                "description": "An array of relationships to firmwareRunningFirmware resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/firmware.RunningFirmware.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "equipment.Psu.List": {
                "title": "List of 'equipment.Psu' 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 'equipment.Psu' 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 'equipment.Psu' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Psu"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.PsuControl.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.PsuControl' 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 'equipment.PsuControl' resources.",
                "x-one-of-name": "equipment.PsuControl.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.PsuControl.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"
                }
            },
            "equipment.PsuControl.Relationship": {
                "description": "A relationship to the 'equipment.PsuControl' resource, or the expanded 'equipment.PsuControl' resource, or the 'null' value.",
                "x-one-of-name": "equipment.PsuControl.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.PsuControl"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.PsuControl": {
                "title": "Equipment:Psu Control",
                "description": "The equipment.PsuControl object represents the overall power state and redundancy configuration of the Power Supply Units (PSUs) within a chassis.\n#### Purpose\nThe primary function of this object is to provide a consolidated view of the chassis's power redundancy status. It reports on the collective state of the PSUs, including the overall redundancy mode (redundancy), the input and output power states, and any system-level power-related health issues.\n#### Key Concepts\n- **System-Level Power State:** Aggregates the status of all PSUs in a chassis into a single management object.\n- **Redundancy Monitoring:** The redundancy and clusterState properties are key indicators of the chassis's power fault tolerance (e.g., N+1, non-redundant).\n- **Health Aggregation:** The operReason property provides details on chassis-wide power issues, such as a loss of redundancy (PsuRedundancyLostCritical).\n- **Chassis-Specific:** It is a child of an equipment.Chassis, providing a summary of the power subsystem for that specific enclosure.",
                "x-allOf-name": "equipment.PsuControl",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.PsuControl', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.PsuControl"
                                ],
                                "default": "equipment.PsuControl",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.PsuControl"
                                ],
                                "default": "equipment.PsuControl",
                                "x-enum-as-string": true
                            },
                            "ClusterState": {
                                "description": "This field identifies the cluster state of the psu redundancy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InputPowerState": {
                                "description": "This field identifies the input power state of the psus.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "This field identifies the name of psu control object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperQualifier": {
                                "description": "This field identifies the operational qualifier for the psu redundancy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of the chassis power state.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "This field identifies the operational state of the psu redundancy.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutputPowerState": {
                                "description": "This field identifies the output power state of the psus.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Redundancy": {
                                "description": "This field identifies the redundancy state of the psus.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo 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
                            }
                        }
                    }
                ]
            },
            "equipment.PsuControl.List": {
                "title": "List of 'equipment.PsuControl' 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 'equipment.PsuControl' 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 'equipment.PsuControl' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.PsuControl"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.RackEnclosure.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.RackEnclosure' 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 'equipment.RackEnclosure' resources.",
                "x-one-of-name": "equipment.RackEnclosure.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.RackEnclosure.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"
                }
            },
            "equipment.RackEnclosure.Relationship": {
                "description": "A relationship to the 'equipment.RackEnclosure' resource, or the expanded 'equipment.RackEnclosure' resource, or the 'null' value.",
                "x-one-of-name": "equipment.RackEnclosure.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.RackEnclosure"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.RackEnclosure": {
                "title": "Equipment:Rack Enclosure",
                "description": "The equipment.RackEnclosure object represents a physical enclosure that houses multiple rack-mounted servers, providing shared infrastructure like power and cooling.\n#### Purpose\nThe RackEnclosure object serves as a container and management entity for a group of rack servers that are part of a single physical unit. This provides a way to inventory the enclosure itself and acts as a parent for the components it contains, such as equipment.RackEnclosureSlot objects, equipment.Psu units, and equipment.FanModule modules.\n#### Key Concepts\n- **Server Aggregation:** Groups multiple rack servers into a single managed enclosure.\n- **Hierarchical Inventory:** Provides a structured parent-child relationship to its contained slots, PSUs, and fan modules.\n- **Unique Identification:** Identified by a system-assigned enclosureId.\n- **Shared Infrastructure Model:** Represents the shared resources (power, cooling) that are common to all servers within the enclosure.",
                "x-allOf-name": "equipment.RackEnclosure",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.RackEnclosure', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.RackEnclosure"
                                ],
                                "default": "equipment.RackEnclosure",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.RackEnclosure"
                                ],
                                "default": "equipment.RackEnclosure",
                                "x-enum-as-string": true
                            },
                            "EnclosureId": {
                                "description": "This represents the Enclosure Identifier for Rack servers.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Fanmodules": {
                                "description": "An array of relationships to equipmentFanModule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FanModule.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Psus": {
                                "description": "An array of relationships to equipmentPsu resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Psu.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
                            },
                            "Slots": {
                                "description": "An array of relationships to equipmentRackEnclosureSlot resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.RackEnclosureSlot.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.RackEnclosure.List": {
                "title": "List of 'equipment.RackEnclosure' 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 'equipment.RackEnclosure' 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 'equipment.RackEnclosure' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.RackEnclosure"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.RackEnclosureSlot.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.RackEnclosureSlot' 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 'equipment.RackEnclosureSlot' resources.",
                "x-one-of-name": "equipment.RackEnclosureSlot.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.RackEnclosureSlot.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"
                }
            },
            "equipment.RackEnclosureSlot.Relationship": {
                "description": "A relationship to the 'equipment.RackEnclosureSlot' resource, or the expanded 'equipment.RackEnclosureSlot' resource, or the 'null' value.",
                "x-one-of-name": "equipment.RackEnclosureSlot.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.RackEnclosureSlot"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.RackEnclosureSlot": {
                "title": "Equipment:Rack Enclosure Slot",
                "description": "The equipment.RackEnclosureSlot object represents a physical slot within a rack enclosure that is designed to hold a rack-mounted server.\n#### Purpose\nThe main function of this object is to model the individual server slots within a larger rack enclosure. It establishes the link between a physical slot and the compute.RackUnit that occupies it. It is essential for accurately representing the physical topology of the enclosure and its contained servers.\n#### Key Concepts\n- **Physical Slot Representation:** Models a single server bay within a rack enclosure.\n- **Server-to-Slot Mapping:** The relationship to a compute.RackUnit and the rackUnitDn property create the explicit link between the server and its physical location.\n- **Location Identification:** The rackId property (equivalent to the server ID) and its parent equipment.RackEnclosure uniquely identify the slot's position.\n- **Hierarchical Structure:** Exists as a child of an equipment.RackEnclosure, forming part of the overall enclosure inventory.",
                "x-allOf-name": "equipment.RackEnclosureSlot",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.RackEnclosureSlot', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.RackEnclosureSlot"
                                ],
                                "default": "equipment.RackEnclosureSlot",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.RackEnclosureSlot"
                                ],
                                "default": "equipment.RackEnclosureSlot",
                                "x-enum-as-string": true
                            },
                            "RackId": {
                                "description": "Server ID which is part of Rack Enclosure Slot.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RackUnitDn": {
                                "description": "Server DN which is part of Rack Enclosure Slot.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentRackEnclosure": {
                                "$ref": "#/components/schemas/equipment.RackEnclosure.Relationship",
                                "description": "A reference to a equipmentRackEnclosure resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "RackUnit": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.RackUnit.Relationship",
                                "description": "A reference to a computeRackUnit 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
                            }
                        }
                    }
                ]
            },
            "equipment.RackEnclosureSlot.List": {
                "title": "List of 'equipment.RackEnclosureSlot' 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 'equipment.RackEnclosureSlot' 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 'equipment.RackEnclosureSlot' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.RackEnclosureSlot"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.ResetAction": {
                "title": "Equipment:Reset Action",
                "description": "An action to initiate a reboot of the Fabric Interconnect with an option to perform fabric evacuation beforehand.",
                "x-allOf-name": "equipment.ResetAction",
                "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 'equipment.ResetAction', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.ResetAction"
                                ],
                                "default": "equipment.ResetAction",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.ResetAction"
                                ],
                                "default": "equipment.ResetAction",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "The reboot behavior for the Fabric Interconnect. Reboot - An action to reset the Fabric Interconnect by initiating its reboot. ForceReboot - Forces an immediate reboot of the Fabric Interconnect, overriding normal reboot validation checks. None - No reboot action should be triggered on the the Fabric Interconnect.\n* `None` - No action to be triggered on the Fabric Interconnect.\n* `Reboot` - An action to reset the Fabric Interconnect by initiating its reboot.\n* `ForceReboot` - An action to enforce an immediate reboot of the Fabric Interconnect regardless of existing validation checks.By default, a reset action is not allowed on an Fabric Interconnect if Domain Profile deployment, Manual Data Evacuation, or a reset action on the peer FI is already in progress. The force option allows users to override this check and perform the reset action on the FI.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Reboot",
                                    "ForceReboot"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "EnableFabricEvacuation": {
                                "description": "The flag to enable or disable fabric evacuation before rebooting the Fabric Interconnect.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.Riser.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Riser' 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 'equipment.Riser' resources.",
                "x-one-of-name": "equipment.Riser.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Riser.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"
                }
            },
            "equipment.Riser.Relationship": {
                "description": "A relationship to the 'equipment.Riser' resource, or the expanded 'equipment.Riser' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Riser.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Riser"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Riser": {
                "title": "Equipment:Riser",
                "description": "The equipment.Riser object represents a server riser assembly that provides physical expansion capability and a mounting/connection point for manageable sub-components. In practice, risers commonly expose PCIe expansion options and may also represent specialized backplane-style assemblies depending on the platform.\n#### Purpose\nequipment.Riser inventories a riser's identity and characteristics so consumers can understand what expansion/backplane hardware is present in a server and how it contributes to the system's physical configuration.\n#### Key Concepts\n- **Expansion topology element:** Represents a physical assembly that enables/hosts expansion connectivity.\n- **Variant coverage:** Can represent standard PCIe risers as well as platform-specific riser/backplane variants.\n- **Hardware characterization:** Conveys high-level attributes such as form factor and PCIe generation for capability awareness.\n- **Server association:** Anchored under a compute blade or rack unit to map risers to the server they belong to.",
                "x-allOf-name": "equipment.Riser",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Riser', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Riser"
                                ],
                                "default": "equipment.Riser",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Riser"
                                ],
                                "default": "equipment.Riser",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "This field is to provide description for the Riser.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FormFactor": {
                                "description": "This field is to provide formFactor for the Riser.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the pluggable Riser.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PcieType": {
                                "description": "This field is to provide pcieType for the Riser.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Sku": {
                                "description": "This field identifies the Stockkeeping Unit for this Riser.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the Riser slot in the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeBlade": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Blade.Relationship",
                                "description": "A reference to a computeBlade resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ComputeRackUnit": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.RackUnit.Relationship",
                                "description": "A reference to a computeRackUnit 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
                            }
                        }
                    }
                ]
            },
            "equipment.Riser.List": {
                "title": "List of 'equipment.Riser' 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 'equipment.Riser' 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 'equipment.Riser' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Riser"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.Sensor.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Sensor' 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 'equipment.Sensor' resources.",
                "x-one-of-name": "equipment.Sensor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Sensor.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"
                }
            },
            "equipment.Sensor.Relationship": {
                "description": "A relationship to the 'equipment.Sensor' resource, or the expanded 'equipment.Sensor' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Sensor.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Sensor"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Sensor": {
                "title": "Equipment:Sensor",
                "description": "The equipment.Sensor object represents a hardware sensor on a network device that monitors a specific environmental or operational metric, such as temperature, voltage, or fan speed.\n#### Purpose\nThe primary purpose of the Sensor object is to provide inventory and real-time status for the various sensors within a network device. It reports the sensor's name and its current alarmStatus (e.g., \"normal\", \"minor\", \"major\", \"failed\"). It is fundamental for health monitoring and proactive fault detection.\n#### Key Concepts\n- **Health Monitoring:** Provides the status of individual hardware sensors, which is a key input for the overall health status of a device.\n- **Threshold-Based Alarms:** The alarmStatus reflects whether the sensor's readings have crossed predefined thresholds (minor or major), which can trigger alarms.\n- **Granular Inventory:** Allows for a detailed inventory of all monitoring points within a device.\n- **Device-Specific:** It is a child of a network.Element, providing sensor data for a specific switch.",
                "x-allOf-name": "equipment.Sensor",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Sensor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Sensor"
                                ],
                                "default": "equipment.Sensor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Sensor"
                                ],
                                "default": "equipment.Sensor",
                                "x-enum-as-string": true
                            },
                            "AlarmStatus": {
                                "description": "The alarm status of the sensor.\n* `absent` - The sensor is absent on the device.\n* `failed` - The sensor in the device has failed.\n* `normal` - The sensor status is normal.\n* `minor` - The sensor has crossed minor threshold.\n* `major` - The sensor has crossed major threshold.\n* `bad-asic` - The sensor is in bad-asic state.",
                                "type": "string",
                                "enum": [
                                    "absent",
                                    "failed",
                                    "normal",
                                    "minor",
                                    "major",
                                    "bad-asic"
                                ],
                                "default": "absent",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name or description of the sensor.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "equipment.Sensor.List": {
                "title": "List of 'equipment.Sensor' 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 'equipment.Sensor' 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 'equipment.Sensor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Sensor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.SharedAdapterUnit.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.SharedAdapterUnit' 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 'equipment.SharedAdapterUnit' resources.",
                "x-one-of-name": "equipment.SharedAdapterUnit.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SharedAdapterUnit.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"
                }
            },
            "equipment.SharedAdapterUnit.Relationship": {
                "description": "A relationship to the 'equipment.SharedAdapterUnit' resource, or the expanded 'equipment.SharedAdapterUnit' resource, or the 'null' value.",
                "x-one-of-name": "equipment.SharedAdapterUnit.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SharedAdapterUnit"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.SharedAdapterUnit": {
                "title": "Equipment:Shared Adapter Unit",
                "description": "The shared physical adapter present on the XFM module.",
                "x-allOf-name": "equipment.SharedAdapterUnit",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.SharedAdapterUnit', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.SharedAdapterUnit"
                                ],
                                "default": "equipment.SharedAdapterUnit",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.SharedAdapterUnit"
                                ],
                                "default": "equipment.SharedAdapterUnit",
                                "x-enum-as-string": true
                            },
                            "AdapterId": {
                                "description": "Unique Identifier of a shared adapter unit within a expander module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FirmwareVersion": {
                                "description": "Firmware version of the shared adapter unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of shared adapter unit.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "Operational state of the shared adapter unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part number of a shared adapter unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PciSlot": {
                                "description": "PCIe slot of the adapter in the chassis expander module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdapterUnits": {
                                "description": "An array of relationships to adapterUnit resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/adapter.Unit.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "EquipmentExpanderModule": {
                                "$ref": "#/components/schemas/equipment.ExpanderModule.Relationship",
                                "description": "A reference to a equipmentExpanderModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PciEndpoint": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/pci.Endpoint.Relationship",
                                "description": "A reference to a pciEndpoint 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
                            }
                        }
                    }
                ]
            },
            "equipment.SharedAdapterUnit.List": {
                "title": "List of 'equipment.SharedAdapterUnit' 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 'equipment.SharedAdapterUnit' 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 'equipment.SharedAdapterUnit' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SharedAdapterUnit"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.SharedGraphicsCard.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.SharedGraphicsCard' 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 'equipment.SharedGraphicsCard' resources.",
                "x-one-of-name": "equipment.SharedGraphicsCard.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SharedGraphicsCard.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"
                }
            },
            "equipment.SharedGraphicsCard.Relationship": {
                "description": "A relationship to the 'equipment.SharedGraphicsCard' resource, or the expanded 'equipment.SharedGraphicsCard' resource, or the 'null' value.",
                "x-one-of-name": "equipment.SharedGraphicsCard.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SharedGraphicsCard"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.SharedGraphicsCard": {
                "title": "Equipment:Shared Graphics Card",
                "description": "Graphics card within a PCIe node that can be shared by one or more servers.",
                "x-allOf-name": "equipment.SharedGraphicsCard",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.SharedGraphicsCard', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.SharedGraphicsCard"
                                ],
                                "default": "equipment.SharedGraphicsCard",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.SharedGraphicsCard"
                                ],
                                "default": "equipment.SharedGraphicsCard",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of the GPU card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceId": {
                                "description": "The unique device identifier assigned by the vendor to a specific model of GPU.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FirmwareVersion": {
                                "description": "The version of the GPU firmware.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "GpuId": {
                                "description": "The identifier of the graphics card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The details of one or more health issues of graphics card.\n* `Unknown` - The health state current threshold limit is not known.\n* `OK` - The health state is good and normal.\n* `Offline` - The operation state of the iocard is offline.\n* `Missing` - The presence state of iocard is missing.\n* `HealthWarning` - The health state reached the warning limit.\n* `HealthCritical` - The health state reached the critical limit.\n* `TemperatureWarning` - The temperature related health state reached the warning limit.\n* `TemperatureCritical` - The temperature related health state reached the critical limit.\n* `InputVoltageWarning` - The input voltage related health state reached the warning limit.\n* `InputVoltageCritical` - The input voltage related health state reached the critical limit.\n* `OutputVoltageWarning` - The output voltage related health state reached the warning limit.\n* `OutputVoltageCritical` - The output voltage related health state reached the critical limit.\n* `OutputCurrentWarning` - The current related health state reached the warning limit.\n* `OutputCurrentCritical` - The current related health state reached the critical limit.\n* `SpeedWarning` - The speed related health state reached the warning limit.\n* `SpeedCritical` - The speed related health state reached critical limit.\n* `FanMissingWarning` - This health state states that one fan is missing for the chassis.\n* `FansMissingCritical` - This health state states that multiple fans are missing for the chassis.\n* `IocardPostWarning` - The health state for iocard post has reached the state of warning.\n* `AsicPostWarning` - The health state for ASIC post has reached the state of warning.\n* `TPMCritical` - The health state for TPM reached the critical state.\n* `FruStateCritical` - The health state for fru reached the critical state.\n* `InbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `InbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Inband and Out-of-Band (Management) interfaces.\n* `OutbandIpv4ConflictCritical` - IPv4 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `OutbandIpv6ConflictCritical` - IPv6 address conflict is detected between the Out-of-Band (Management) and Inband interfaces.\n* `FruStateWarning` - The health state for fru reached the state of warning.\n* `AlternateImageWarning` - The health state for iocard alternate image reached discrete warning state.\n* `SelectedImageWarning` - The health state for iocard selected image reached discrete warning state.\n* `SwitchHealthCritical` - The health state for Switch is critical.\n* `LowMemoryCritical` - The health state for iocard low memory state reached critical limit.\n* `LowMemoryWarning` - The health state for iocard low memory state reached warning limit.\n* `PowerCritical` - The health state for power supply reached discrete critical state.\n* `PowerWarning` - The health state for power supply reached discrete warning state.\n* `ThermalSafeModeCritical` - The health state for blade server thermal safe mode reached.\n* `PsuRedundancyLostCritical` - The health state for chassis psu redundancy lost reached.\n* `InputPowerWarning` - The health state for chassis input power reached the warning limit.\n* `InputPowerCritical` - The health state for chassis input power reached critical limit.\n* `OutputPowerWarning` - The health state for chassis output power reached warning limit.\n* `OutputPowerCritical` - The health state for chassis output power reached critical limit.\n* `FanGeneralCritical` - The health state for fan general error reached critical limit.\n* `PowerSupplyGeneralCritical` - The health state for power supply general error reached critical limit.\n* `PowerSupplyInputWarning` - The health state for chassis power supply input reached warning limit.\n* `PowerSupplyOutputCritical` - The health state for chassis power supply output reached critical limit.\n* `PowerSupplyInputLostWarning` - The health state for chassis power supply lost input.\n* `PowerSupplyUnresponsiveCritical` - The health state for chassis power supply is unresponsive.\n* `PowerSupplyPredictiveFailure` - The health state monitor predicts power supply failure.\n* `PowerSupplyDetectionFailure` - The health state monitor detects power supply failure.\n* `PsuFastOverCurrentWarning` - Chassis power supply fast over current (FOC) condition detected.\n* `FanUnresponsiveCritical` - The health state for chassis fan unit is unresponsive.\n* `MemoryUncorrectableError` - The memory unit has encountered an uncorrectable ECC error.\n* `MemoryTemperatureWarning` - The memory unit has encountered a warning temperature condition.\n* `MemoryTemperatureCritical` - The memory unit has encountered a critical temperature condition.\n* `MemoryBankError` - The memory unit has encountered a bank VLS error.\n* `MemoryRankError` - The memory unit has encountered a rank VLS error.\n* `MemoryPopError` - The memory unit has been populated incorrectly.\n* `MemoryRasError` - The memory unit has encountered a RAS error.\n* `MemoryMismatchError` - The memory unit has encountered a mismatch error.\n* `MemorySpdError` - The memory unit has encountered a SPD error.\n* `MemoryBistError` - The memory unit has encountered a BIST error.\n* `MemoryTypeError` - The memory unit installed is of an invalid type.\n* `MemoryDisabledUnknownError` - The installed memory unit has been disabled but the reason is unknown.\n* `MotherBoardPowerCritical` - The motherboard has encountered a critical power condition.\n* `MotherBoardTemperatureWarning` - The motherboard has encountered a warning temperature condition.\n* `MotherBoardTemperatureCritical` - The motherboard has encountered a critical temperature condition.\n* `MotherBoardVoltageWarning` - The motherboard has encountered a warning voltage condition.\n* `MotherBoardVoltageCritical` - The motherboard has encountered a critical voltage condition.\n* `MotherBoardPCHFuseFail` - The motherboard PCH Security Fuse Verification has failed.\n* `MotherBoardCPLDImageVerificationFail` - The motherboard CPLD image verification has failed.\n* `LowLevelComponentFailure` - One or more low level components have stopped working on the motherboard.\n* `ProcessorCatErr` - The processor has encountered a CATERR error.\n* `ProcessorThermTrip` - The processor has encountered a THERMTRIP error.\n* `ComponentNotOperational` - Given component is not running or operationally down.\n* `OperationalThroughFailover` - Given component is operational using the failover component.\n* `ComponentNotReachable` - Given component is not reachable or connection to the component from a device is lost.\n* `ProcessorTemperatureWarning` - The processor has encountered a warning temperature condition.\n* `ProcessorTemperatureCritical` - The processor has encountered a critical temperature condition.\n* `ProcessorPowerCritical` - The processor has encountered a critical power condition.\n* `ProcessorInternalError` - The processor has encountered an Internal Error.\n* `ProcessorBISTFailure` - The processor has encountered a BIST failure Error.\n* `ProcessorHangInPOSTFailure` - The processor has encountered a hang in POST failure error.\n* `ProcessorInitFailure` - The processor has encountered an Init failure error.\n* `ProcessorConfigurationFailure` - The processor has encountered a Configuration failure error.\n* `ProcessorSMBIOSUncorrectableCPUComplexError` - The processor has encountered a SMBIOS Uncorrectable CPU Complex error.\n* `PCIeNodeRiserMismatch` - PCIe node Riser mismatch.\n* `PCIeNodeRiser1Missing` - PCIe node Riser 1 missing.\n* `PCIeNodeRiser2PresentCPU2Absent` - PCIe node Riser 2 present, but CPU2 absent.\n* `PCIeNodePCIeLinkConfigIssue` - PCIe node PCIe link or port config issue.\n* `PCIeNodeRiser1PowerFault` - PCIe node Riser 1 power fault detected.\n* `PCIeNodeRiser2PowerFault` - PCIe node Riser 2 power fault detected.\n* `PCIeNodePowerFault` - PCIe node power fault detected.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser1` - PCIe node has an unsupported PCIe card present on Riser 1.\n* `PCIeNodeUnsupportedPCIeCardPresentOnRiser2` - PCIe node has an unsupported PCIe card present on Riser 2.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser1` - PCIe node has an unknwon PCIe card present on Riser 1.\n* `PCIeNodeUnknownPCIeCardPresentOnRiser2` - PCIe node has an unknown PCIe card present on Riser 2.\n* `PCIeNodePresentXFM1Absent` - PCIe node detected with missing XFM1.\n* `InvalidConnections` - One or more connections to FI is not valid.\n* `FexReplaced` - Fex connected to FI is replaced.\n* `ThermalSafeModeCriticalServerSlot1` - The health state at the time of temperature sensor read failure for the server in slot 1.\n* `ThermalSafeModeCriticalServerSlot2` - The health state at the time of temperature sensor read failure for the server in slot 2.\n* `ThermalSafeModeCriticalServerSlot3` - The health state at the time of temperature sensor read failure for the server in slot 3.\n* `ThermalSafeModeCriticalServerSlot4` - The health state at the time of temperature sensor read failure for the server in slot 4.\n* `ThermalSafeModeCriticalServerSlot5` - The health state at the time of temperature sensor read failure for the server in slot 5.\n* `ThermalSafeModeCriticalServerSlot6` - The health state at the time of temperature sensor read failure for the server in slot 6.\n* `ThermalSafeModeCriticalServerSlot7` - The health state at the time of temperature sensor read failure for the server in slot 7.\n* `ThermalSafeModeCriticalServerSlot8` - The health state at the time of temperature sensor read failure for the server in slot 8.\n* `ThermalSafeModeCriticalXFM1` - The health state at the time of temperature sensor read failure for the XFM in slot 1.\n* `ThermalSafeModeCriticalXFM2` - The health state at the time of temperature sensor read failure for the XFM in slot 2.\n* `ThermalSafeModeCriticalIFM1` - The health state at the time of temperature sensor read failure for the IFM in slot 1.\n* `ThermalSafeModeCriticalIFM2` - The health state at the time of temperature sensor read failure for the IFM in slot 2.\n* `ChassisAvailablePowerInsufficient` - Chassis available power is insufficient.\n* `ChassisPowerBudgetInsufficient` - Chassis power allocation is insufficient.\n* `ChassisPowerInsufficient` - Chassis power is insufficient.\n* `PowerBackupFailedCritical` - NVMe controller power backup has critical condition.\n* `PowerBackupFailedWarning` - NVMe controller power backup has warning condition.\n* `SpareCapacityWornOutCritical` - NVMe controller spare capacity has critical wornout condition.\n* `SpareCapacityWornOutWarning` - NVMe controller spare capacity has warning wornout condition.\n* `MediaInReadOnlyCritical` - NVMe controller media is operating in read-only mode.\n* `MediaInReadOnlyWarning` - NVMe controller media is operating in read-only mode.\n* `OverallSubsystemDegradedCritical` - NVMe controller storage subsytem has critical degraded condition.\n* `OverallSubsystemDegradedWarning` - NVMe controller storage subsytem has warning degraded condition.\n* `XFMUnsupportedCardInPCIeSlot1` - Unsupported card detected in X-Fabric module PCIe slot 1.\n* `XFMUnsupportedCardInPCIeSlot2` - Unsupported card detected in X-Fabric module PCIe slot 2.\n* `XFMUnknownCardInPCIeSlot1` - Unknown card detected in X-Fabric module PCIe slot 1.\n* `XFMUnknownCardInPCIeSlot2` - Unknown card detected in X-Fabric module PCIe slot 2.\n* `XFMPCIeSwitch1PowerFault` - Power fault detected on X-Fabric module PCIe switch 1.\n* `XFMPCIeSwitch2PowerFault` - Power fault detected on X-Fabric module PCIe switch 2.\n* `XFMPCIeSwitch1CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 1.\n* `XFMPCIeSwitch2CommunicationFailure` - X-Fabric module management controller is unable to communicate with PCIe switch 2.\n* `XFMComputeSlot1CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 1.\n* `XFMComputeSlot2CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 2.\n* `XFMComputeSlot3CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 3.\n* `XFMComputeSlot4CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 4.\n* `XFMComputeSlot5CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 5.\n* `XFMComputeSlot6CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 6.\n* `XFMComputeSlot7CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 7.\n* `XFMComputeSlot8CommunicationFailure` - X-Fabric module management controller is unable to communicate with the device in chassis slot 8.\n* `PCIeNodeHotswapController1Fault` - Hotswap Controller 1 on the PCIe node has a critical power fault.\n* `PCIeNodeHotswapController2Fault` - Hotswap Controller 2 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick1Fault` - DC Brick 1 on the PCIe node has a critical power fault.\n* `PCIeNodeDcBrick2Fault` - DC Brick 2 on the PCIe node has a critical power fault.\n* `PCIeNodeXFM1Incompatible` - XFM Module 1 is incompatible with this PCIe node.\n* `PCIeNodeXFM2Incompatible` - XFM Module 2 is incompatible with this PCIe node.\n* `PCIeNodeInInvalidSlot` - PCIe node has been installed in an unsupported slot.\n* `PCIeSlotPower` - The PCIe slot has hit a critical power fault.\n* `PCIeSlotAuxCableMissing` - The auxiliary power cable for this PCIe slot is missing.\n* `UnsupportedCardInPCIeSlot1` - An unsupported card has been detected in PCIe slot 1.\n* `UnsupportedCardInPCIeSlot2` - An unsupported card has been detected in PCIe slot 2.\n* `UnsupportedCardInPCIeSlot3` - An unsupported card has been detected in PCIe slot 3.\n* `UnsupportedCardInPCIeSlot4` - An unsupported card has been detected in PCIe slot 4.\n* `UnknownCardInPCIeSlot1` - An unknown card has been detected in PCIe slot 1.\n* `UnknownCardInPCIeSlot2` - An unknown card has been detected in PCIe slot 2.\n* `UnknownCardInPCIeSlot3` - An unknown card has been detected in PCIe slot 3.\n* `UnknownCardInPCIeSlot4` - An unknown card has been detected in PCIe slot 4.\n* `ZoneInvalidPcieDeviceRemoval` - PCIe zone invalidated due to PCIe devices removal.\n* `ZoneInvalidSlotCommunicationFailure` - PCIe zone invalidated due to communication failure with one or more slots.\n* `ZoneInvalidSwPowerFault` - PCIe zone invalidated due to switch power fault.\n* `ZoneInvalidSwCommunicationFailure` - PCIe zone invalidated due to switch communication failure.\n* `PeerNVLinkedGpuNotMapped` - Peer NVLinked GPU is not mapped to the server.\n* `GpuWrongSlotWarning` - GPU is installed in a wrong slot.\n* `ZonesRequireReconfig` - New PCIe zone creation blocked due to the existing PCIe zones and hardware limitations.\n* `Riser1GpuPidMismatch` - GPUs installed on riser 1 have different PIDs.\n* `Riser2GpuPidMismatch` - GPUs installed on riser 2 have different PIDs.\n* `Slot1PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 1 is invalid.\n* `Slot2PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 2 is invalid.\n* `Slot3PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 3 is invalid.\n* `Slot4PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 4 is invalid.\n* `Slot5PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 5 is invalid.\n* `Slot6PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 6 is invalid.\n* `Slot7PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 7 is invalid.\n* `Slot8PCIeDeviceMappingInvalid` - The PCIe device mapping for slot 8 is invalid.\n* `DriveHwIncompatible` - Physical drive is installed in a slot that is not supported by the server hardware.\n* `PresenceEquippedToMissing` - Oper reason value is set to this value when the device was equipped and was found missing later.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "OK",
                                        "Offline",
                                        "Missing",
                                        "HealthWarning",
                                        "HealthCritical",
                                        "TemperatureWarning",
                                        "TemperatureCritical",
                                        "InputVoltageWarning",
                                        "InputVoltageCritical",
                                        "OutputVoltageWarning",
                                        "OutputVoltageCritical",
                                        "OutputCurrentWarning",
                                        "OutputCurrentCritical",
                                        "SpeedWarning",
                                        "SpeedCritical",
                                        "FanMissingWarning",
                                        "FansMissingCritical",
                                        "IocardPostWarning",
                                        "AsicPostWarning",
                                        "TPMCritical",
                                        "FruStateCritical",
                                        "InbandIpv4ConflictCritical",
                                        "InbandIpv6ConflictCritical",
                                        "OutbandIpv4ConflictCritical",
                                        "OutbandIpv6ConflictCritical",
                                        "FruStateWarning",
                                        "AlternateImageWarning",
                                        "SelectedImageWarning",
                                        "SwitchHealthCritical",
                                        "LowMemoryCritical",
                                        "LowMemoryWarning",
                                        "PowerCritical",
                                        "PowerWarning",
                                        "ThermalSafeModeCritical",
                                        "PsuRedundancyLostCritical",
                                        "InputPowerWarning",
                                        "InputPowerCritical",
                                        "OutputPowerWarning",
                                        "OutputPowerCritical",
                                        "FanGeneralCritical",
                                        "PowerSupplyGeneralCritical",
                                        "PowerSupplyInputWarning",
                                        "PowerSupplyOutputCritical",
                                        "PowerSupplyInputLostWarning",
                                        "PowerSupplyUnresponsiveCritical",
                                        "PowerSupplyPredictiveFailure",
                                        "PowerSupplyDetectionFailure",
                                        "PsuFastOverCurrentWarning",
                                        "FanUnresponsiveCritical",
                                        "MemoryUncorrectableError",
                                        "MemoryTemperatureWarning",
                                        "MemoryTemperatureCritical",
                                        "MemoryBankError",
                                        "MemoryRankError",
                                        "MemoryPopError",
                                        "MemoryRasError",
                                        "MemoryMismatchError",
                                        "MemorySpdError",
                                        "MemoryBistError",
                                        "MemoryTypeError",
                                        "MemoryDisabledUnknownError",
                                        "MotherBoardPowerCritical",
                                        "MotherBoardTemperatureWarning",
                                        "MotherBoardTemperatureCritical",
                                        "MotherBoardVoltageWarning",
                                        "MotherBoardVoltageCritical",
                                        "MotherBoardPCHFuseFail",
                                        "MotherBoardCPLDImageVerificationFail",
                                        "LowLevelComponentFailure",
                                        "ProcessorCatErr",
                                        "ProcessorThermTrip",
                                        "ComponentNotOperational",
                                        "OperationalThroughFailover",
                                        "ComponentNotReachable",
                                        "ProcessorTemperatureWarning",
                                        "ProcessorTemperatureCritical",
                                        "ProcessorPowerCritical",
                                        "ProcessorInternalError",
                                        "ProcessorBISTFailure",
                                        "ProcessorHangInPOSTFailure",
                                        "ProcessorInitFailure",
                                        "ProcessorConfigurationFailure",
                                        "ProcessorSMBIOSUncorrectableCPUComplexError",
                                        "PCIeNodeRiserMismatch",
                                        "PCIeNodeRiser1Missing",
                                        "PCIeNodeRiser2PresentCPU2Absent",
                                        "PCIeNodePCIeLinkConfigIssue",
                                        "PCIeNodeRiser1PowerFault",
                                        "PCIeNodeRiser2PowerFault",
                                        "PCIeNodePowerFault",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnsupportedPCIeCardPresentOnRiser2",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser1",
                                        "PCIeNodeUnknownPCIeCardPresentOnRiser2",
                                        "PCIeNodePresentXFM1Absent",
                                        "InvalidConnections",
                                        "FexReplaced",
                                        "ThermalSafeModeCriticalServerSlot1",
                                        "ThermalSafeModeCriticalServerSlot2",
                                        "ThermalSafeModeCriticalServerSlot3",
                                        "ThermalSafeModeCriticalServerSlot4",
                                        "ThermalSafeModeCriticalServerSlot5",
                                        "ThermalSafeModeCriticalServerSlot6",
                                        "ThermalSafeModeCriticalServerSlot7",
                                        "ThermalSafeModeCriticalServerSlot8",
                                        "ThermalSafeModeCriticalXFM1",
                                        "ThermalSafeModeCriticalXFM2",
                                        "ThermalSafeModeCriticalIFM1",
                                        "ThermalSafeModeCriticalIFM2",
                                        "ChassisAvailablePowerInsufficient",
                                        "ChassisPowerBudgetInsufficient",
                                        "ChassisPowerInsufficient",
                                        "PowerBackupFailedCritical",
                                        "PowerBackupFailedWarning",
                                        "SpareCapacityWornOutCritical",
                                        "SpareCapacityWornOutWarning",
                                        "MediaInReadOnlyCritical",
                                        "MediaInReadOnlyWarning",
                                        "OverallSubsystemDegradedCritical",
                                        "OverallSubsystemDegradedWarning",
                                        "XFMUnsupportedCardInPCIeSlot1",
                                        "XFMUnsupportedCardInPCIeSlot2",
                                        "XFMUnknownCardInPCIeSlot1",
                                        "XFMUnknownCardInPCIeSlot2",
                                        "XFMPCIeSwitch1PowerFault",
                                        "XFMPCIeSwitch2PowerFault",
                                        "XFMPCIeSwitch1CommunicationFailure",
                                        "XFMPCIeSwitch2CommunicationFailure",
                                        "XFMComputeSlot1CommunicationFailure",
                                        "XFMComputeSlot2CommunicationFailure",
                                        "XFMComputeSlot3CommunicationFailure",
                                        "XFMComputeSlot4CommunicationFailure",
                                        "XFMComputeSlot5CommunicationFailure",
                                        "XFMComputeSlot6CommunicationFailure",
                                        "XFMComputeSlot7CommunicationFailure",
                                        "XFMComputeSlot8CommunicationFailure",
                                        "PCIeNodeHotswapController1Fault",
                                        "PCIeNodeHotswapController2Fault",
                                        "PCIeNodeDcBrick1Fault",
                                        "PCIeNodeDcBrick2Fault",
                                        "PCIeNodeXFM1Incompatible",
                                        "PCIeNodeXFM2Incompatible",
                                        "PCIeNodeInInvalidSlot",
                                        "PCIeSlotPower",
                                        "PCIeSlotAuxCableMissing",
                                        "UnsupportedCardInPCIeSlot1",
                                        "UnsupportedCardInPCIeSlot2",
                                        "UnsupportedCardInPCIeSlot3",
                                        "UnsupportedCardInPCIeSlot4",
                                        "UnknownCardInPCIeSlot1",
                                        "UnknownCardInPCIeSlot2",
                                        "UnknownCardInPCIeSlot3",
                                        "UnknownCardInPCIeSlot4",
                                        "ZoneInvalidPcieDeviceRemoval",
                                        "ZoneInvalidSlotCommunicationFailure",
                                        "ZoneInvalidSwPowerFault",
                                        "ZoneInvalidSwCommunicationFailure",
                                        "PeerNVLinkedGpuNotMapped",
                                        "GpuWrongSlotWarning",
                                        "ZonesRequireReconfig",
                                        "Riser1GpuPidMismatch",
                                        "Riser2GpuPidMismatch",
                                        "Slot1PCIeDeviceMappingInvalid",
                                        "Slot2PCIeDeviceMappingInvalid",
                                        "Slot3PCIeDeviceMappingInvalid",
                                        "Slot4PCIeDeviceMappingInvalid",
                                        "Slot5PCIeDeviceMappingInvalid",
                                        "Slot6PCIeDeviceMappingInvalid",
                                        "Slot7PCIeDeviceMappingInvalid",
                                        "Slot8PCIeDeviceMappingInvalid",
                                        "DriveHwIncompatible",
                                        "PresenceEquippedToMissing"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "OperState": {
                                "description": "Operational state of graphics card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part number identifier for the graphics card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PciSlot": {
                                "description": "PCIe slot of the GPU in the PCIe node.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "The unique product ID associated with the GPU card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubDeviceId": {
                                "description": "The subsystem device identifier assigned by the subsystem vendor to a specific model of GPU.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SubVendorId": {
                                "description": "The unique vendor identifier assigned to the organization which integrates the GPU.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VendorId": {
                                "description": "The unique vendor identifier assigned to the manufacturer of the GPU.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentInterconnect": {
                                "$ref": "#/components/schemas/equipment.Interconnect.Relationship",
                                "description": "A reference to a equipmentInterconnect resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "GraphicsCards": {
                                "description": "An array of relationships to graphicsCard resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/graphics.Card.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PciEndpoint": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/pci.Endpoint.Relationship",
                                "description": "A reference to a pciEndpoint resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PciNode": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/pci.Node.Relationship",
                                "description": "A reference to a pciNode 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
                            }
                        }
                    }
                ]
            },
            "equipment.SharedGraphicsCard.List": {
                "title": "List of 'equipment.SharedGraphicsCard' 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 'equipment.SharedGraphicsCard' 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 'equipment.SharedGraphicsCard' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SharedGraphicsCard"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.SharedIoModule.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.SharedIoModule' 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 'equipment.SharedIoModule' resources.",
                "x-one-of-name": "equipment.SharedIoModule.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SharedIoModule.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"
                }
            },
            "equipment.SharedIoModule.Relationship": {
                "description": "A relationship to the 'equipment.SharedIoModule' resource, or the expanded 'equipment.SharedIoModule' resource, or the 'null' value.",
                "x-one-of-name": "equipment.SharedIoModule.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SharedIoModule"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.SharedIoModule": {
                "title": "Equipment:Shared Io Module",
                "description": "The equipment.SharedIoModule object represents a shared I/O module (SIOM), which is an adapter-like component typically found in a System I/O Controller (SIOC) for Cisco S-Series storage servers. This provides the data path from the server to the Fabric Interconnects.\n#### Purpose\n     \nThe SharedIoModule object is used to inventory and manage the SIOM. It captures the module's identity, its operational state (operState), and its connectivity status (reachability) to the A and B sides of the fabric. It acts as a container for the network ports (port.Group objects).\n#### Key Concepts\n- **Storage Server Connectivity:** Models the specific I/O adapter used in S-Series servers.\n- **Redundancy and Reachability:** The reachability property indicates its connection status to both Fabric Interconnects, which is key for monitoring high availability.\n- **Hierarchical Inventory:** Serves as a parent for port.Group objects and is itself a child of an equipment.SystemIoController.\n- **Configuration State:** The configState property tracks its configuration status within the system.",
                "x-allOf-name": "equipment.SharedIoModule",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.SharedIoModule', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.SharedIoModule"
                                ],
                                "default": "equipment.SharedIoModule",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.SharedIoModule"
                                ],
                                "default": "equipment.SharedIoModule",
                                "x-enum-as-string": true
                            },
                            "ConfigState": {
                                "description": "This field identifies the configuration state for this SIOM Unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Discovery": {
                                "description": "This field identifies the discovery state of SIOM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacOfSharedIomAside": {
                                "description": "This field identifies the MAC of IOM-A side.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacOfSharedIomBside": {
                                "description": "This field identifies the MAC of IOM-B side.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "This field identifies the SIOM operational state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "This field identifies the Part Number for this SIOM Unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Reachability": {
                                "description": "This field identifies the reachability to FI-A and B side.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsrLbl": {
                                "description": "User label configured for the SIOM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vid": {
                                "description": "This field identifies the vendor id for this SIOM Unit.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Controller": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/management.Controller.Relationship",
                                "description": "A reference to a managementController resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentSystemIoController": {
                                "$ref": "#/components/schemas/equipment.SystemIoController.Relationship",
                                "description": "A reference to a equipmentSystemIoController resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PortGroups": {
                                "description": "An array of relationships to portGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/port.Group.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
                            }
                        }
                    }
                ]
            },
            "equipment.SharedIoModule.List": {
                "title": "List of 'equipment.SharedIoModule' 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 'equipment.SharedIoModule' 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 'equipment.SharedIoModule' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SharedIoModule"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.Slot": {
                "title": "Equipment:Slot",
                "description": "Abstract base class for all slots available on the system.",
                "x-allOf-name": "equipment.Slot",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Slot', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "equipment.HybridDriveSlot",
                                    "storage.DiskSlot"
                                ],
                                "x-enum-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": [
                                    "equipment.HybridDriveSlot",
                                    "storage.DiskSlot"
                                ],
                                "x-enum-as-string": true
                            },
                            "SlotId": {
                                "description": "This field identifies a specific slot on the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "equipment.SwitchCard.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.SwitchCard' 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 'equipment.SwitchCard' resources.",
                "x-one-of-name": "equipment.SwitchCard.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SwitchCard.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"
                }
            },
            "equipment.SwitchCard.Relationship": {
                "description": "A relationship to the 'equipment.SwitchCard' resource, or the expanded 'equipment.SwitchCard' resource, or the 'null' value.",
                "x-one-of-name": "equipment.SwitchCard.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SwitchCard"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.SwitchCard": {
                "title": "Equipment:Switch Card",
                "description": "The equipment.SwitchCard object represents a physical module, either fixed or removable, within a Fabric Interconnect or network switch. This can be a main supervisor card or a line card that provides network ports.\n#### Purpose\nThe SwitchCard object serves as a primary inventory entity for the major modules within a switch. It captures the card's identity (model, serial), its operational state, and its physical location (slotId). It also acts as a container for the network interfaces this provides, such as port.Group, ether.PortChannel, and fc.PhysicalPort objects.\n#### Key Concepts\n- **Modular Switch Inventory:** Models the physical cards that make up a modular switch or Fabric Interconnect.\n- **Hierarchical Port Container:** Acts as the parent for all physical and logical ports that reside on the card, providing a structured view of the switch's interfaces.\n- **Health and Status:** The state and status properties report on the operational health of the card itself.\n- **Switching Mode Configuration:** Reports the configured ethernetSwitchingMode and fcSwitchingMode (End-Host or Switch), which defines the fundamental behavior of the Fabric Interconnect.",
                "x-allOf-name": "equipment.SwitchCard",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.SwitchCard', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.SwitchCard"
                                ],
                                "default": "equipment.SwitchCard",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.SwitchCard"
                                ],
                                "default": "equipment.SwitchCard",
                                "x-enum-as-string": true
                            },
                            "BaseMac": {
                                "description": "The starting (base) MAC address of the switch hardware like \"d0-e0-42-87-39-00\".",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Detailed description of this switch hardware.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndMac": {
                                "description": "The ending MAC address of the switch hardware like \"d0-e0-42-87-39-5f\".",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "EthernetSwitchingMode": {
                                "description": "The user configured Ethernet switching mode for this switch (End-Host or Switch).\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FcSwitchingMode": {
                                "description": "The user configured FC switching mode for this switch (End-Host or Switch).\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HwVersion": {
                                "description": "The Hardware version of the switch hardware.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "JumboFrameEnabled": {
                                "description": "Jumbo Frame configuration for the switch.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the switch card like Line Card-1.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NumPorts": {
                                "description": "Number of ports present in this switch hardware.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpAddress": {
                                "description": "Field specifies this Switch's Out-of-band IP address.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpGateway": {
                                "description": "Field specifies this Switch's default gateway for the out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpMask": {
                                "description": "Field specifies the Netmask for this Switch's Out-of-band IP address.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OutOfBandMac": {
                                "description": "The MAC address of the Switch's out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "The part number of the switch hardware.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PowerState": {
                                "description": "Power state of the switch hardware.\n* `unknown` - The power state of the switch hardware is unknown.\n* `off` - The power state of the switch hardware is off.\n* `on` - The power state of the switch hardware is on.\n* `deny` - The power state of the switch hardware is deny.\n* `multi-boot-fail` - The power state of the switch hardware is multi-boot-fail.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "off",
                                    "on",
                                    "deny",
                                    "multi-boot-fail"
                                ],
                                "default": "unknown",
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot identifier of the SwitchCard within the Switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "State": {
                                "description": "Operational state of the switch hardware.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The connection status of the switch hardware like up/down.\n* `Down` - Connection status of the switch card is down.\n* `Up` - Connection status of the switch card is up.",
                                "type": "string",
                                "enum": [
                                    "Down",
                                    "Up"
                                ],
                                "default": "Down",
                                "x-omitempty": true
                            },
                            "StpMode": {
                                "description": "Spanning Tree Protocol configuration for the switch.\n* `Disabled` - Spanning Tree Protocol (STP) is disabled.\n* `STP` - Spanning Tree Protocol (STP) is enabled and operating in STP.\n* `RSTP` - Spanning Tree Protocol (STP) is enabled and operating in RSTP mode.\n* `MSTP` - Spanning Tree Protocol (STP) is enabled and operating in MSTP mode.\n* `PVST+` - Spanning Tree Protocol (STP) is enabled and operating in PVST mode.\n* `RPVST+` - Spanning Tree Protocol (STP) is enabled and operating in RPVST mode.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "STP",
                                    "RSTP",
                                    "MSTP",
                                    "PVST+",
                                    "RPVST+"
                                ],
                                "default": "Disabled",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch Identifier that is local to a cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Thermal": {
                                "description": "The Thermal status of the fabric interconnect.\n* `unknown` - The default state of the sensor (in case no data is received).\n* `ok` - State of the sensor indicating the sensor's temperature range is okay.\n* `upper-non-recoverable` - State of the sensor indicating that the temperature is extremely high above normal range.\n* `upper-critical` - State of the sensor indicating that the temperature is above normal range.\n* `upper-non-critical` - State of the sensor indicating that the temperature is a little above the normal range.\n* `lower-non-critical` - State of the sensor indicating that the temperature is a little below the normal range.\n* `lower-critical` - State of the sensor indicating that the temperature is below normal range.\n* `lower-non-recoverable` - State of the sensor indicating that the temperature is extremely below normal range.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "ok",
                                    "upper-non-recoverable",
                                    "upper-critical",
                                    "upper-non-critical",
                                    "lower-non-critical",
                                    "lower-critical",
                                    "lower-non-recoverable"
                                ],
                                "default": "unknown",
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "Type of the switch card based on the capability like 4 Gbps or 2 Gbps type etc.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FcPortChannels": {
                                "description": "An array of relationships to fcPortChannel resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fc.PortChannel.Relationship"
                                },
                                "nullable": true
                            },
                            "FcPorts": {
                                "description": "An array of relationships to fcPhysicalPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fc.PhysicalPort.Relationship"
                                },
                                "nullable": true
                            },
                            "HostPorts": {
                                "description": "An array of relationships to etherHostPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/ether.HostPort.Relationship"
                                },
                                "nullable": true
                            },
                            "InterSwitchPort": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/ether.InterSwitchPort.Relationship",
                                "description": "A reference to a etherInterSwitchPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PortChannels": {
                                "description": "An array of relationships to etherPortChannel resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/ether.PortChannel.Relationship"
                                },
                                "nullable": true
                            },
                            "PortGroups": {
                                "description": "An array of relationships to portGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/port.Group.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
                            }
                        }
                    }
                ]
            },
            "equipment.SwitchCard.List": {
                "title": "List of 'equipment.SwitchCard' 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 'equipment.SwitchCard' 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 'equipment.SwitchCard' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SwitchCard"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.SwitchOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.SwitchOperation' 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 'equipment.SwitchOperation' resources.",
                "x-one-of-name": "equipment.SwitchOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SwitchOperation.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"
                }
            },
            "equipment.SwitchOperation": {
                "title": "Switch Operations",
                "description": "Models the operational states of a Switch in Intersight.",
                "x-allOf-name": "equipment.SwitchOperation",
                "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 'equipment.SwitchOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.SwitchOperation"
                                ],
                                "default": "equipment.SwitchOperation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.SwitchOperation"
                                ],
                                "default": "equipment.SwitchOperation",
                                "x-enum-as-string": true
                            },
                            "AdminEvacState": {
                                "description": "Sets evacuation state of the switch. When evacuation is enabled, data traffic flowing through this switch will be suspended for all the servers. Fabric evacuation can be enabled during any maintenance activity on the switch in order to gracefully failover data flows to the peer switch.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            },
                            "AdminLocatorLedAction": {
                                "description": "Action performed on the locator LED of the switch.\n* `None` - No operation action for the Locator Led of an equipment.\n* `TurnOn` - Turn on the Locator Led of an equipment.\n* `TurnOff` - Turn off the Locator Led of an equipment.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "TurnOn",
                                    "TurnOff"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AdminLocatorLedActionState": {
                                "description": "Defines status of action performed on AdminLocatorLedState.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "ConfigEvacState": {
                                "description": "Captures the status of evacuation on this switch.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "ForceEvac": {
                                "description": "Evacuation is blocked by the system if it can cause a traffic outage in the domain. Select \"Force Evacuation\" only if system rejects the operation and you want to override that.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "ResetAction": {
                                "description": "An action to initiate a reboot of the Fabric Interconnect with an optional fabric evacuation beforehand.",
                                "$ref": "#/components/schemas/equipment.ResetAction",
                                "x-omitempty": true
                            },
                            "ResetActionState": {
                                "description": "Current status of the reset operation executed on the Fabric Interconnect.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "SwitchName": {
                                "description": "Name of the switch on which the switch operation is performed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeviceRegistration": {
                                "$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."
                            },
                            "NetworkElement": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "equipment.SwitchOperation.List": {
                "title": "List of 'equipment.SwitchOperation' 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 'equipment.SwitchOperation' 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 'equipment.SwitchOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SwitchOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.SystemIoController.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.SystemIoController' 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 'equipment.SystemIoController' resources.",
                "x-one-of-name": "equipment.SystemIoController.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SystemIoController.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"
                }
            },
            "equipment.SystemIoController.Relationship": {
                "description": "A relationship to the 'equipment.SystemIoController' resource, or the expanded 'equipment.SystemIoController' resource, or the 'null' value.",
                "x-one-of-name": "equipment.SystemIoController.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.SystemIoController"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.SystemIoController": {
                "title": "Equipment:System Io Controller",
                "description": "The equipment.SystemIoController (SIOC) object represents an I/O controller on a chassis, specifically designed to provide the data path for Cisco S-Series storage servers.\n#### Purpose\nThe SystemIoController object is the primary inventory and management entity for a SIOC. It models the controller that connects an S-Series server to the fabric. It captures the SIOC's identity, its operational state (operState), and its connection path to the Fabric Interconnects. It also serves as the container for the equipment.SharedIoModule (SIOM) that it houses.\n#### Key Concepts\n- **Storage Server I/O:** Represents the specialized I/O component for S-Series servers.\n- **Hierarchical Inventory:** Acts as the parent container for the equipment.SharedIoModule and the chassis management controller (management.Controller) associated with it.\n- **Connectivity Status:** The connectionPath and connectionStatus properties track its link to the upstream fabric.\n- **Chassis Component:** It is a child of an equipment.Chassis, defining its location within the storage server chassis.",
                "x-allOf-name": "equipment.SystemIoController",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.SystemIoController', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.SystemIoController"
                                ],
                                "default": "equipment.SystemIoController",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.SystemIoController"
                                ],
                                "default": "equipment.SystemIoController",
                                "x-enum-as-string": true
                            },
                            "ChassisId": {
                                "description": "The assigned identifier for a chassis.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionPath": {
                                "description": "Connection Path identifies the data path available between IOModule and FI.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionStatus": {
                                "description": "Connection status identifies the status of data path.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "This field gives a brief information on systemIOController.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagingInstance": {
                                "description": "This field identifies the CIMC that manages the controller.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "This field identifies the SIOC operational state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part Number identifier for the IO module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Pid": {
                                "description": "This field identifies the Product ID for systemIOController.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemIoControllerId": {
                                "description": "This represents system I/O Controller identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Cmc": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/management.Controller.Relationship",
                                "description": "A reference to a managementController resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo 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
                            },
                            "SharedIoModule": {
                                "$ref": "#/components/schemas/equipment.SharedIoModule.Relationship",
                                "description": "A reference to a equipmentSharedIoModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "equipment.SystemIoController.List": {
                "title": "List of 'equipment.SystemIoController' 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 'equipment.SystemIoController' 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 'equipment.SystemIoController' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SystemIoController"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.Tpm.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Tpm' 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 'equipment.Tpm' resources.",
                "x-one-of-name": "equipment.Tpm.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Tpm.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"
                }
            },
            "equipment.Tpm.Relationship": {
                "description": "A relationship to the 'equipment.Tpm' resource, or the expanded 'equipment.Tpm' resource, or the 'null' value.",
                "x-one-of-name": "equipment.Tpm.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Tpm"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "equipment.Tpm": {
                "title": "Equipment:Tpm",
                "description": "The equipment.Tpm object represents a Trusted Platform Module (TPM) security chip installed on a server's motherboard. A TPM is a hardware-based security component that provides secure storage for cryptographic keys, platform integrity measurements, and authentication.\n#### Purpose\nThe Tpm object is used to inventory and report the status of the TPM on a server. It captures key information such as the TPM version, its activationStatus, and its administrative state (adminState). It is essential for security auditing and for enabling features that rely on hardware-based trust, such as secure boot and measured boot.\n#### Key Concepts\n- **Hardware Security Inventory:** Provides a detailed record of the server's TPM chip.\n- **Security State Reporting:** The activationStatus and ownership properties indicate the current security state of the TPM.\n- **Firmware and Versioning:** Captures the firmwareVersion and TPM specification version (e.g., \"2.0\").\n- **Server Component:** It is a child of a compute.Board, linking the TPM directly to the motherboard it is part of.",
                "x-allOf-name": "equipment.Tpm",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Tpm', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Tpm"
                                ],
                                "default": "equipment.Tpm",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Tpm"
                                ],
                                "default": "equipment.Tpm",
                                "x-enum-as-string": true
                            },
                            "ActivationStatus": {
                                "description": "Identifies the activation status of the TPM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Identifies the admin configured state of the TPM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FirmwareVersion": {
                                "description": "Firmware Version of the Trusted Platform Module.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Ownership": {
                                "description": "Identifies the ownership information of the TPM.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TpmId": {
                                "description": "Enter  the ID of the trusted platform module.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Identifies the version of the Trusted Platform Module.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ComputeBoard": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.Board.Relationship",
                                "description": "A reference to a computeBoard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo 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
                            }
                        }
                    }
                ]
            },
            "equipment.Tpm.List": {
                "title": "List of 'equipment.Tpm' 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 'equipment.Tpm' 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 'equipment.Tpm' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Tpm"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "equipment.Transceiver.Response": {
                "description": "The response body of a HTTP GET request for the 'equipment.Transceiver' 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 'equipment.Transceiver' resources.",
                "x-one-of-name": "equipment.Transceiver.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/equipment.Transceiver.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"
                }
            },
            "equipment.Transceiver": {
                "title": "Equipment:Transceiver",
                "description": "The equipment.Transceiver object represents a pluggable optical or copper transceiver (e.g., SFP, QSFP) installed in a port of a network device like a Fabric Interconnect.\n#### Purpose\nThe Transceiver object is used to inventory the details of a specific transceiver. It captures critical information such as its type, operSpeed, and operState. It is essential for troubleshooting physical layer connectivity issues, verifying compatibility, and managing network port configurations.\n#### Key Concepts\n- **Physical Layer Inventory:** Provides a detailed record of the pluggable module in a network port.\n- **Compatibility and Type:** The type property (e.g., \"QSFP-40G-SR-BD\") is crucial for verifying that a supported transceiver is being used for a given port speed and media type.\n- **Operational Status:** The operState and operStateQual properties provide the current status and the reason for that status (e.g., \"xcvr-absent\", \"sfp-mismatch\"), which is vital for troubleshooting.\n- **Port-Specific:** It is a child of a physical port object (ether.PhysicalPort or fc.PhysicalPort), directly linking it to the port it is installed in.",
                "x-allOf-name": "equipment.Transceiver",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'equipment.Transceiver', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "equipment.Transceiver"
                                ],
                                "default": "equipment.Transceiver",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "equipment.Transceiver"
                                ],
                                "default": "equipment.Transceiver",
                                "x-enum-as-string": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port member in the Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CiscoExtendedIdNumber": {
                                "description": "The cisco extended Id number state of the pluggable SFP.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InterfaceType": {
                                "description": "Interface type of transceiver copper or fiber.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManufacturerPartNumber": {
                                "description": "The manufacturer part number of the pluggable SFP.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ModuleId": {
                                "description": "Fabric extender identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the pluggable transceiver.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OperSpeed": {
                                "description": "Operational speed of the transceiver.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "Operational state of the transceiver.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperStateQual": {
                                "description": "Reason for this transceiver's operational state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Switch physical port identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Switch expansion slot module identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the pluggable SFP.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch Identifier that is local to a cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the transceiver.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EtherHostPort": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/ether.HostPort.Relationship",
                                "description": "A reference to a etherHostPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "EtherPhysicalPort": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/ether.PhysicalPort.Relationship",
                                "description": "A reference to a etherPhysicalPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "FcPhysicalPort": {
                                "$ref": "intersight-fabric-v3-1.0.11-20260807064027971.json#/components/schemas/fc.PhysicalPort.Relationship",
                                "description": "A reference to a fcPhysicalPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "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
                            }
                        }
                    }
                ]
            },
            "equipment.Transceiver.List": {
                "title": "List of 'equipment.Transceiver' 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 'equipment.Transceiver' 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 'equipment.Transceiver' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Transceiver"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "ether.HostPort.Response": {
                "description": "The response body of a HTTP GET request for the 'ether.HostPort' 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 'ether.HostPort' resources.",
                "x-one-of-name": "ether.HostPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/ether.HostPort.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"
                }
            },
            "ether.HostPort.Relationship": {
                "description": "A relationship to the 'ether.HostPort' resource, or the expanded 'ether.HostPort' resource, or the 'null' value.",
                "x-one-of-name": "ether.HostPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/ether.HostPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "ether.HostPort": {
                "title": "Ether:Host Port",
                "description": "The ether.HostPort object represents a host-facing physical port on an I/O Module (IOM) or Fabric Extender (FEX). These ports provide the physical connection from the server's network adapter to the fabric.\n#### Purpose\nThe HostPort object is used to model and inventory the physical server-facing ports on an IOM or FEX. It captures the port's identity, its administrative and operational state, and its discovered peer interface. It is fundamental to understanding the physical topology between the servers and the fabric.\n#### Key Concepts\n- **Server-Facing Port Model:** Represents a physical port that connects directly to a server's adapter.\n- **Peer Discovery:** The peerInterface relationship links the host port to the specific adapter.ExtEthInterface on the server that is connected to it, which is key for topology mapping and fault correlation.\n- **State Monitoring:** Tracks the adminState and operState of the port, allowing for monitoring of the physical link status.\n- **Location Identification:** Identified by its portId, slotId, and moduleId, which define its precise physical location on the IOM/FEX.",
                "x-allOf-name": "ether.HostPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/ether.PhysicalPortBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ether.HostPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ether.HostPort"
                                ],
                                "default": "ether.HostPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ether.HostPort"
                                ],
                                "default": "ether.HostPort",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Administratively configured state (enabled/disabled) for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port member in the fabric extender.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ModuleId": {
                                "description": "Fabric extender identifier for this port.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Speed": {
                                "description": "Host Port Speed of IO card or fabric extender.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentIoCardBase": {
                                "$ref": "#/components/schemas/equipment.IoCardBase.Relationship",
                                "description": "A reference to a equipmentIoCardBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "EquipmentSwitchCard": {
                                "$ref": "#/components/schemas/equipment.SwitchCard.Relationship",
                                "description": "A reference to a equipmentSwitchCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "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
                            }
                        }
                    }
                ]
            },
            "ether.HostPort.List": {
                "title": "List of 'ether.HostPort' 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 'ether.HostPort' 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 'ether.HostPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.HostPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "ether.InterSwitchPort.Response": {
                "description": "The response body of a HTTP GET request for the 'ether.InterSwitchPort' 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 'ether.InterSwitchPort' resources.",
                "x-one-of-name": "ether.InterSwitchPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/ether.InterSwitchPort.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"
                }
            },
            "ether.InterSwitchPort.Relationship": {
                "description": "A relationship to the 'ether.InterSwitchPort' resource, or the expanded 'ether.InterSwitchPort' resource, or the 'null' value.",
                "x-one-of-name": "ether.InterSwitchPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/ether.InterSwitchPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "ether.InterSwitchPort": {
                "title": "Ether:Inter Switch Port",
                "description": "An Inter-Switch Port (ISP) represents the port which connects the two switches. In the context of Unified Edge, an ISP typically refers to the connection between two eCMCs in a chassis. This link provides redundancy for network connectivity.",
                "x-allOf-name": "ether.InterSwitchPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/port.Physical"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ether.InterSwitchPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ether.InterSwitchPort"
                                ],
                                "default": "ether.InterSwitchPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ether.InterSwitchPort"
                                ],
                                "default": "ether.InterSwitchPort",
                                "x-enum-as-string": true
                            },
                            "AccessVlan": {
                                "description": "Access VLAN for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminFec": {
                                "description": "Administratively configured FEC mode for this port.\n* `` - Default value for FEC state.\n* `Not Supported` - FEC is not supported on this port.\n* `Disabled` - FEC is disabled on this port.\n* `Auto` - FEC mode is automatically negotiated between link partners.\n* `Cl74` - FEC is configured to use the IEEE Clause 74 (FireCode) standard.\n* `RS-IEEE(Cl108)` - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.\n* `KP` - FEC is configured to use the KP (Backplane Ethernet) FEC mode.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Not Supported",
                                    "Disabled",
                                    "Auto",
                                    "Cl74",
                                    "RS-IEEE(Cl108)",
                                    "KP"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Administratively configured state (enabled/disabled) for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AllowedVlans": {
                                "description": "Allowed VLANs on this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacAddress": {
                                "description": "Mac Address of a port in the Fabric Interconnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Operating mode of this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NativeVlan": {
                                "description": "Native VLAN for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperFec": {
                                "description": "Operational FEC mode for this port.\n* `` - Default value for FEC state.\n* `Not Supported` - FEC is not supported on this port.\n* `Disabled` - FEC is disabled on this port.\n* `Auto` - FEC mode is automatically negotiated between link partners.\n* `Cl74` - FEC is configured to use the IEEE Clause 74 (FireCode) standard.\n* `RS-IEEE(Cl108)` - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.\n* `KP` - FEC is configured to use the KP (Backplane Ethernet) FEC mode.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Not Supported",
                                    "Disabled",
                                    "Auto",
                                    "Cl74",
                                    "RS-IEEE(Cl108)",
                                    "KP"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperSpeed": {
                                "description": "Current Operational speed for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperVlans": {
                                "description": "Operational VLANs on this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerDn": {
                                "description": "PeerDn for ethernet physical port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortName": {
                                "description": "Switch physical port name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Speed": {
                                "description": "Speed of the inter switch link.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentSwitchCard": {
                                "$ref": "#/components/schemas/equipment.SwitchCard.Relationship",
                                "description": "A reference to a equipmentSwitchCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "PeerInterface": {
                                "$ref": "#/components/schemas/ether.InterSwitchPort.Relationship",
                                "description": "A reference to a etherInterSwitchPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "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
                            }
                        }
                    }
                ]
            },
            "ether.InterSwitchPort.List": {
                "title": "List of 'ether.InterSwitchPort' 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 'ether.InterSwitchPort' 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 'ether.InterSwitchPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.InterSwitchPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "ether.LanPort.Response": {
                "description": "The response body of a HTTP GET request for the 'ether.LanPort' 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 'ether.LanPort' resources.",
                "x-one-of-name": "ether.LanPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/ether.LanPort.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"
                }
            },
            "ether.LanPort.Relationship": {
                "description": "A relationship to the 'ether.LanPort' resource, or the expanded 'ether.LanPort' resource, or the 'null' value.",
                "x-one-of-name": "ether.LanPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/ether.LanPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "ether.LanPort": {
                "title": "Ether:Lan Port",
                "description": "The ether.LanPort object represents a physical LAN port on a networking router or switch.",
                "x-allOf-name": "ether.LanPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/port.InterfaceBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ether.LanPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ether.LanPort"
                                ],
                                "default": "ether.LanPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ether.LanPort"
                                ],
                                "default": "ether.LanPort",
                                "x-enum-as-string": true
                            },
                            "PortName": {
                                "description": "The name of the LAN port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkSecureRouter": {
                                "$ref": "#/components/schemas/network.SecureRouter.Relationship",
                                "description": "A reference to a networkSecureRouter 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
                            }
                        }
                    }
                ]
            },
            "ether.LanPort.List": {
                "title": "List of 'ether.LanPort' 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 'ether.LanPort' 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 'ether.LanPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.LanPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "ether.MacsecOperData": {
                "title": "Ether:Macsec Oper Data",
                "description": "Configuration information for the MacSecPolicy configured on an Ethernet uplink port or uplink port channel.",
                "x-allOf-name": "ether.MacsecOperData",
                "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 'ether.MacsecOperData', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ether.MacsecOperData"
                                ],
                                "default": "ether.MacsecOperData",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ether.MacsecOperData"
                                ],
                                "default": "ether.MacsecOperData",
                                "x-enum-as-string": true
                            },
                            "AuthMode": {
                                "description": "The authentication mode used for MACsec encryption.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CipherSuite": {
                                "description": "Cipher suite to be used for MACsec encryption.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfidentialityOffset": {
                                "description": "The MACsec confidentiality offset specifies the number of bytes starting from the frame header. MACsec encrypts only the bytes after the offset in a frame.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "KeyServer": {
                                "description": "The value indicates that the device is acting as a key server, responsible for distributing encryption keys to other devices in the MACsec-enabled session.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SessionState": {
                                "description": "The state of the MACsec session.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StateReason": {
                                "description": "The reason for the MACsec session state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "ether.NetworkPort.Response": {
                "description": "The response body of a HTTP GET request for the 'ether.NetworkPort' 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 'ether.NetworkPort' resources.",
                "x-one-of-name": "ether.NetworkPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/ether.NetworkPort.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"
                }
            },
            "ether.NetworkPort.Relationship": {
                "description": "A relationship to the 'ether.NetworkPort' resource, or the expanded 'ether.NetworkPort' resource, or the 'null' value.",
                "x-one-of-name": "ether.NetworkPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/ether.NetworkPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "ether.NetworkPort": {
                "title": "Ether:Network Port",
                "description": "The ether.NetworkPort object represents a network-facing port on a Fabric Extender (FEX) or I/O Module (IOM). These ports, also known as Network Interfaces (NIFs), provide the uplink connection from the FEX/IOM to the parent Fabric Interconnect.\n#### Purpose\nThe NetworkPort object is used to model and inventory the physical uplink ports of a FEX or IOM. It captures the port's identity, its operational speed, and its connection status to the parent switch. It is essential for monitoring the health and bandwidth of the connection between the fabric extender and the core fabric.\n#### Key Concepts\n- **Uplink Port Model:** Represents a physical port used for uplinking a FEX or IOM to a Fabric Interconnect.\n- **Connectivity Status:** The operReason property provides specific details on the link's status, such as LinkMissing or LinkMisconnect.",
                "x-allOf-name": "ether.NetworkPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/port.InterfaceBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ether.NetworkPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ether.NetworkPort"
                                ],
                                "default": "ether.NetworkPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ether.NetworkPort"
                                ],
                                "default": "ether.NetworkPort",
                                "x-enum-as-string": true
                            },
                            "ModuleId": {
                                "description": "Febric extender identifier for this port.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The status of the NetworkPort Links. For Example - NetworkDown as operReason would denote that link is not established on the Switch.\n* `Unknown` - The link status is not known.\n* `LinkMissing` - Link to the Switch/FEX is missing.\n* `LinkMisconnect` - Links are misplaced to a different Port.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "LinkMissing",
                                        "LinkMisconnect"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PeerDn": {
                                "description": "Peer DN for network host port of fabric extender.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Switch physical port identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Switch expansion slot module identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Speed": {
                                "description": "Network Port operational speed of IO card or fabric extender.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch Identifier that is local to a cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentIoCardBase": {
                                "$ref": "#/components/schemas/equipment.IoCardBase.Relationship",
                                "description": "A reference to a equipmentIoCardBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "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
                            }
                        }
                    }
                ]
            },
            "ether.NetworkPort.List": {
                "title": "List of 'ether.NetworkPort' 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 'ether.NetworkPort' 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 'ether.NetworkPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.NetworkPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "ether.PhysicalPort.Response": {
                "description": "The response body of a HTTP GET request for the 'ether.PhysicalPort' 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 'ether.PhysicalPort' resources.",
                "x-one-of-name": "ether.PhysicalPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/ether.PhysicalPort.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"
                }
            },
            "ether.PhysicalPort.Relationship": {
                "description": "A relationship to the 'ether.PhysicalPort' resource, or the expanded 'ether.PhysicalPort' resource, or the 'null' value.",
                "x-one-of-name": "ether.PhysicalPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/ether.PhysicalPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "ether.PhysicalPort": {
                "title": "Ether:Physical Port",
                "description": "Physical ethernet port present on a FI.",
                "x-allOf-name": "ether.PhysicalPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/ether.PhysicalPortBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ether.PhysicalPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ether.PhysicalPort"
                                ],
                                "default": "ether.PhysicalPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ether.PhysicalPort"
                                ],
                                "default": "ether.PhysicalPort",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Administratively configured speed for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Administratively configured state (enabled/disabled) for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port member in the Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseGrace": {
                                "description": "The number of days this port's license has been in Grace Period for.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LicenseState": {
                                "description": "The state of the port's licensing.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacsecOperData": {
                                "description": "Configuration information for the MacSecPolicy configured on an Ethernet uplink port or uplink port channel.",
                                "$ref": "#/components/schemas/ether.MacsecOperData",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the Physical Port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PortGroup": {
                                "$ref": "#/components/schemas/port.Group.Relationship",
                                "description": "A reference to a portGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PortSubGroup": {
                                "$ref": "#/components/schemas/port.SubGroup.Relationship",
                                "description": "A reference to a portSubGroup 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
                            }
                        }
                    }
                ]
            },
            "ether.PhysicalPort.List": {
                "title": "List of 'ether.PhysicalPort' 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 'ether.PhysicalPort' 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 'ether.PhysicalPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.PhysicalPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "ether.PhysicalPortBase.Relationship": {
                "description": "A relationship to the 'ether.PhysicalPortBase' resource, or the expanded 'ether.PhysicalPortBase' resource, or the 'null' value.",
                "x-one-of-name": "ether.PhysicalPortBase.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/ether.PhysicalPortBase"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "ether.PhysicalPortBase": {
                "title": "Ether:Physical Port Base",
                "description": "Abstract class for ether physical port and host port.",
                "x-allOf-name": "ether.PhysicalPortBase",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/port.Physical"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ether.PhysicalPortBase', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "ether.HostPort",
                                    "ether.PhysicalPort"
                                ],
                                "x-enum-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": [
                                    "ether.HostPort",
                                    "ether.PhysicalPort"
                                ],
                                "x-enum-as-string": true
                            },
                            "AccessVlan": {
                                "description": "Access VLAN for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminFec": {
                                "description": "Administratively configured FEC mode for this port.\n* `` - Default value for FEC state.\n* `Not Supported` - FEC is not supported on this port.\n* `Disabled` - FEC is disabled on this port.\n* `Auto` - FEC mode is automatically negotiated between link partners.\n* `Cl74` - FEC is configured to use the IEEE Clause 74 (FireCode) standard.\n* `RS-IEEE(Cl108)` - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.\n* `KP` - FEC is configured to use the KP (Backplane Ethernet) FEC mode.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Not Supported",
                                    "Disabled",
                                    "Auto",
                                    "Cl74",
                                    "RS-IEEE(Cl108)",
                                    "KP"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AllowedVlans": {
                                "description": "Allowed VLANs on this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacAddress": {
                                "description": "Mac Address of a port in the Fabric Interconnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Operating mode of this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NativeVlan": {
                                "description": "Native VLAN for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperFec": {
                                "description": "Operational FEC mode for this port.\n* `` - Default value for FEC state.\n* `Not Supported` - FEC is not supported on this port.\n* `Disabled` - FEC is disabled on this port.\n* `Auto` - FEC mode is automatically negotiated between link partners.\n* `Cl74` - FEC is configured to use the IEEE Clause 74 (FireCode) standard.\n* `RS-IEEE(Cl108)` - FEC is configured to use the IEEE Clause 108 (Reed-Solomon) standard.\n* `KP` - FEC is configured to use the KP (Backplane Ethernet) FEC mode.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Not Supported",
                                    "Disabled",
                                    "Auto",
                                    "Cl74",
                                    "RS-IEEE(Cl108)",
                                    "KP"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperSpeed": {
                                "description": "Current Operational speed for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperVlans": {
                                "description": "Operational VLANs on this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerDn": {
                                "description": "PeerDn for ethernet physical port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelId": {
                                "description": "Port channel id for port channel created on FI switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortName": {
                                "description": "Switch physical port name.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortType": {
                                "description": "Defines the transport type for this port (ethernet OR fc).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransceiverType": {
                                "description": "Transceiver model attached to a port in the Fabric Interconnect.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AcknowledgedPeerInterface": {
                                "$ref": "#/components/schemas/port.InterfaceBase.Relationship",
                                "description": "A reference to a portInterfaceBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "PeerInterface": {
                                "$ref": "#/components/schemas/port.InterfaceBase.Relationship",
                                "description": "A reference to a portInterfaceBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "ether.PortChannel.Response": {
                "description": "The response body of a HTTP GET request for the 'ether.PortChannel' 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 'ether.PortChannel' resources.",
                "x-one-of-name": "ether.PortChannel.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/ether.PortChannel.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"
                }
            },
            "ether.PortChannel.Relationship": {
                "description": "A relationship to the 'ether.PortChannel' resource, or the expanded 'ether.PortChannel' resource, or the 'null' value.",
                "x-one-of-name": "ether.PortChannel.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/ether.PortChannel"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "ether.PortChannel": {
                "title": "Ether:Port Channel",
                "description": "Ethernet port channels in a Fabric Interconnect are logical interfaces created by aggregating multiple physical Ethernet ports. This configuration enhances bandwidth, provides load balancing, and offers redundancy for network connections.",
                "x-allOf-name": "ether.PortChannel",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'ether.PortChannel', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "ether.PortChannel"
                                ],
                                "default": "ether.PortChannel",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "ether.PortChannel"
                                ],
                                "default": "ether.PortChannel",
                                "x-enum-as-string": true
                            },
                            "AccessVlan": {
                                "description": "Access VLANs for this port-channel, on this FI.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Administratively configured state (enabled/disabled) for this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AllowedVlans": {
                                "description": "Allowed VLANs on this port-channel, on this FI.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BandWidth": {
                                "description": "Bandwidth of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "IP address of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddressMask": {
                                "description": "IP address mask of this port-channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ipv6SubnetCidr": {
                                "description": "IPv6 subnet in CIDR notation of this port-channel. Ex. 2000::/8.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacAddress": {
                                "description": "MAC address of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Operating mode of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mtu": {
                                "description": "Maximum transmission unit of this port-channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NativeVlan": {
                                "description": "Native VLAN for this port-channel, on this FI.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperSpeed": {
                                "description": "Operational speed of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "Operational state of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperStateQual": {
                                "description": "Reason for this port-channel's Operational state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperVlans": {
                                "description": "Operational VLANs on this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelId": {
                                "description": "Unique identifier for this port-channel on the FI.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Role": {
                                "description": "This port-channel's configured role (uplink, server, etc.).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Detailed status of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch Identifier that is local to a cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentSwitchCard": {
                                "$ref": "#/components/schemas/equipment.SwitchCard.Relationship",
                                "description": "A reference to a equipmentSwitchCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "ether.PortChannel.List": {
                "title": "List of 'ether.PortChannel' 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 'ether.PortChannel' 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 'ether.PortChannel' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.PortChannel"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.AbstractInterfaceRole.Relationship": {
                "description": "A relationship to the 'fabric.AbstractInterfaceRole' resource, or the expanded 'fabric.AbstractInterfaceRole' resource, or the 'null' value.",
                "x-one-of-name": "fabric.AbstractInterfaceRole.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.AbstractInterfaceRole"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.AbstractInterfaceRole": {
                "title": "Fabric:Abstract Interface Role",
                "description": "Abstract representation for Interface Roles.",
                "x-allOf-name": "fabric.AbstractInterfaceRole",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo"
                    }
                ]
            },
            "fabric.AbstractSpanDestPort.Relationship": {
                "description": "A relationship to the 'fabric.AbstractSpanDestPort' resource, or the expanded 'fabric.AbstractSpanDestPort' resource, or the 'null' value.",
                "x-one-of-name": "fabric.AbstractSpanDestPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanDestPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.AbstractSpanDestPort": {
                "title": "Fabric:Abstract Span Dest Port",
                "description": "Abstract class for all Ethernet SPAN sources.",
                "x-allOf-name": "fabric.AbstractSpanDestPort",
                "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 'fabric.AbstractSpanDestPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SpanDestEthPort"
                                ],
                                "default": "fabric.SpanDestEthPort",
                                "x-enum-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": [
                                    "fabric.SpanDestEthPort"
                                ],
                                "default": "fabric.SpanDestEthPort",
                                "x-enum-as-string": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port Identifier of the Switch Interface.\nWhen a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused.\nWhen a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment,\ne.g. the id of the port on the switch.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port Identifier of the Switch Interface.\nWhen a port is not configured as a breakout port, the portId is the port number as labeled on the equipment,\ne.g. the id of the port on the switch, FEX or chassis.\nWhen a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot Identifier of the Switch Interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "PhysicalPort": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface.Relationship",
                                "description": "A reference to a inventoryInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SpanSession": {
                                "$ref": "#/components/schemas/fabric.SpanSession.Relationship",
                                "description": "A reference to a fabricSpanSession resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.AbstractSpanSession": {
                "title": "Fabric:Abstract Span Session",
                "description": "Abstract class for configuring a SPAN session per Fabric Interconnect.",
                "x-allOf-name": "fabric.AbstractSpanSession",
                "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 'fabric.AbstractSpanSession', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SpanSession"
                                ],
                                "default": "fabric.SpanSession",
                                "x-enum-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": [
                                    "fabric.SpanSession"
                                ],
                                "default": "fabric.SpanSession",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Admin state to enable or disable the SPAN session.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            },
                            "ConfigState": {
                                "description": "The configured state of SPAN configuration. If the configuration fails to deploy to the Fabric Interconnect, it can be redeployed by toggling the admin state.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the SPAN session. The name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "Operational state of the SPAN session.\n* `Unknown` - SPAN session operational state is Unknown.\n* `Up` - SPAN session operational state is Up.\n* `Down` - SPAN session operational state is Down.\n* `Error` - SPAN session operational state is Error.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down",
                                    "Error"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperStateReason": {
                                "description": "Operational state reason of the SPAN session.\n* `Unknown` - Unknown operational state.\n* `Active` - Active and operational SPAN session.\n* `NoHardwareResource` - No hardware resources available.\n* `NoOperationalSrcDst` - No operational SPAN source or destination.\n* `GenericError` - Generic operational error.\n* `NoSourcesConfigured` - No source interfaces configured.\n* `NoDestinationConfigured` - No destination port configured.\n* `NoSourceDestinationConfigured` - No source or destination interface configured.\n* `SessionAdminShut` - Session is administratively disabled.\n* `WrongDestinationMode` - Wrong Destination mode configured.\n* `WrongSourceMode` - Wrong Source mode configured.\n* `TunnelMisconfDown` - Tunnel Misconfigured or Down.\n* `NoFlowIdSpecified` - No Flow ID specified for ERSPAN.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Active",
                                    "NoHardwareResource",
                                    "NoOperationalSrcDst",
                                    "GenericError",
                                    "NoSourcesConfigured",
                                    "NoDestinationConfigured",
                                    "NoSourceDestinationConfigured",
                                    "SessionAdminShut",
                                    "WrongDestinationMode",
                                    "WrongSourceMode",
                                    "TunnelMisconfDown",
                                    "NoFlowIdSpecified"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SessionId": {
                                "description": "Session ID identifies the SPAN session on the Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceCount": {
                                "description": "Count of total number of sources in the SPAN session.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpanControlPackets": {
                                "description": "Admin state to enable or disable spanning control packets.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch ID (A or B) corresponding to network element.\n* `A` - Switch Identifier of Fabric Interconnect A.\n* `B` - Switch Identifier of Fabric Interconnect B.",
                                "type": "string",
                                "enum": [
                                    "A",
                                    "B"
                                ],
                                "default": "A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.AbstractSpanSource": {
                "title": "Fabric:Abstract Span Source",
                "description": "Abstract class for all SPAN sources.",
                "x-allOf-name": "fabric.AbstractSpanSource",
                "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 'fabric.AbstractSpanSource', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SpanSourceEthPort",
                                    "fabric.SpanSourceEthPortChannel",
                                    "fabric.SpanSourceVlan",
                                    "fabric.SpanSourceVnicEthIf"
                                ],
                                "x-enum-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": [
                                    "fabric.SpanSourceEthPort",
                                    "fabric.SpanSourceEthPortChannel",
                                    "fabric.SpanSourceVlan",
                                    "fabric.SpanSourceVnicEthIf"
                                ],
                                "x-enum-as-string": true
                            },
                            "Direction": {
                                "description": "Direction of the source SPAN.\n* `Receive` - SPAN incoming traffic on the SPAN source interface.\n* `Transmit` - SPAN outgoing traffic on the SPAN source interface.\n* `Both` - SPAN incoming and outgoing traffic on the SPAN source interface.",
                                "type": "string",
                                "enum": [
                                    "Receive",
                                    "Transmit",
                                    "Both"
                                ],
                                "default": "Receive",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.AbstractSpanSourcePort.Relationship": {
                "description": "A relationship to the 'fabric.AbstractSpanSourcePort' resource, or the expanded 'fabric.AbstractSpanSourcePort' resource, or the 'null' value.",
                "x-one-of-name": "fabric.AbstractSpanSourcePort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSourcePort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.AbstractSpanSourcePort": {
                "title": "Fabric:Abstract Span Source Port",
                "description": "Abstract class for all SPAN Source Ports including Ethernet and FC.",
                "x-allOf-name": "fabric.AbstractSpanSourcePort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSource"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.AbstractSpanSourcePort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SpanSourceEthPort"
                                ],
                                "default": "fabric.SpanSourceEthPort",
                                "x-enum-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": [
                                    "fabric.SpanSourceEthPort"
                                ],
                                "default": "fabric.SpanSourceEthPort",
                                "x-enum-as-string": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port Identifier of the Switch Interface.\nWhen a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused.\nWhen a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment,\ne.g. the id of the port on the switch.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port Identifier of the Switch Interface.\nWhen a port is not configured as a breakout port, the portId is the port number as labeled on the equipment,\ne.g. the id of the port on the switch, FEX or chassis.\nWhen a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot Identifier of the Switch Interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "SourceRole": {
                                "description": "Role of the port configured as SPAN source.\n* `Uplink` - Uplink Role corresponding to PortRole in PortPolicy.\n* `FcoeUplink` - FcoeUplink Role corresponding to PortRole in PortPolicy.\n* `FcUplink` - FcoeUplink Role corresponding to PortRole in PortPolicy.\n* `Appliance` - FcoeUplink Role corresponding to PortRole in PortPolicy.",
                                "type": "string",
                                "enum": [
                                    "Uplink",
                                    "FcoeUplink",
                                    "FcUplink",
                                    "Appliance"
                                ],
                                "default": "Uplink",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PhysicalPort": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface.Relationship",
                                "description": "A reference to a inventoryInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SpanSession": {
                                "$ref": "#/components/schemas/fabric.SpanSession.Relationship",
                                "description": "A reference to a fabricSpanSession resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.AbstractSpanSourcePortChannel.Relationship": {
                "description": "A relationship to the 'fabric.AbstractSpanSourcePortChannel' resource, or the expanded 'fabric.AbstractSpanSourcePortChannel' resource, or the 'null' value.",
                "x-one-of-name": "fabric.AbstractSpanSourcePortChannel.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSourcePortChannel"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.AbstractSpanSourcePortChannel": {
                "title": "Fabric:Abstract Span Source Port Channel",
                "description": "Abstract class for all SPAN Source Port Channels including Ethernet and FC.",
                "x-allOf-name": "fabric.AbstractSpanSourcePortChannel",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSource"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.AbstractSpanSourcePortChannel', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SpanSourceEthPortChannel"
                                ],
                                "default": "fabric.SpanSourceEthPortChannel",
                                "x-enum-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": [
                                    "fabric.SpanSourceEthPortChannel"
                                ],
                                "default": "fabric.SpanSourceEthPortChannel",
                                "x-enum-as-string": true
                            },
                            "PcId": {
                                "description": "Port-channel ID of SPAN source.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "SourceRole": {
                                "description": "Role of the port-channel configured as SPAN source.\n* `Uplink` - Uplink Role corresponding to PortRole in PortPolicy.\n* `FcoeUplink` - FcoeUplink Role corresponding to PortRole in PortPolicy.\n* `FcUplink` - FcoeUplink Role corresponding to PortRole in PortPolicy.\n* `Appliance` - FcoeUplink Role corresponding to PortRole in PortPolicy.",
                                "type": "string",
                                "enum": [
                                    "Uplink",
                                    "FcoeUplink",
                                    "FcUplink",
                                    "Appliance"
                                ],
                                "default": "Uplink",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PhysicalPortChannel": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface.Relationship",
                                "description": "A reference to a inventoryInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "SpanSession": {
                                "$ref": "#/components/schemas/fabric.SpanSession.Relationship",
                                "description": "A reference to a fabricSpanSession resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.AbstractSpanSourceVirtualIf.Relationship": {
                "description": "A relationship to the 'fabric.AbstractSpanSourceVirtualIf' resource, or the expanded 'fabric.AbstractSpanSourceVirtualIf' resource, or the 'null' value.",
                "x-one-of-name": "fabric.AbstractSpanSourceVirtualIf.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSourceVirtualIf"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.AbstractSpanSourceVirtualIf": {
                "title": "Fabric:Abstract Span Source Virtual If",
                "description": "Abstract class for all SPAN Source Virtual Interfaces including Vnics and Vhbas.",
                "x-allOf-name": "fabric.AbstractSpanSourceVirtualIf",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSource"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.AbstractSpanSourceVirtualIf', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SpanSourceVnicEthIf"
                                ],
                                "default": "fabric.SpanSourceVnicEthIf",
                                "x-enum-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": [
                                    "fabric.SpanSourceVnicEthIf"
                                ],
                                "default": "fabric.SpanSourceVnicEthIf",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the VNIC referenced by vnic relationship. Vnic name is not updated if it gets updated by the user.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VifId": {
                                "description": "VIF ID of the VNIC placed on Fabric Interconnect associated to the SPAN session.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpanSession": {
                                "$ref": "#/components/schemas/fabric.SpanSession.Relationship",
                                "description": "A reference to a fabricSpanSession resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.AppliancePcRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.AppliancePcRole' 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 'fabric.AppliancePcRole' resources.",
                "x-one-of-name": "fabric.AppliancePcRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.AppliancePcRole.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"
                }
            },
            "fabric.AppliancePcRole": {
                "title": "Fabric:Appliance Pc Role",
                "description": "Configuration object sent by user to create an appliance port channel.",
                "x-allOf-name": "fabric.AppliancePcRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortChannelRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.AppliancePcRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.AppliancePcRole"
                                ],
                                "default": "fabric.AppliancePcRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.AppliancePcRole"
                                ],
                                "default": "fabric.AppliancePcRole",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin configured speed for the port channel.\n* `Auto` - Admin configurable speed AUTO ( default ).\n* `1Gbps` - Admin configurable speed 1Gbps.\n* `10Gbps` - Admin configurable speed 10Gbps.\n* `25Gbps` - Admin configurable speed 25Gbps.\n* `40Gbps` - Admin configurable speed 40Gbps.\n* `50Gbps` - Admin configurable speed 50Gbps.\n* `100Gbps` - Admin configurable speed 100Gbps.\n* `400Gbps` - Admin configurable speed 400Gbps.\n* `NegAuto25Gbps` - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "1Gbps",
                                    "10Gbps",
                                    "25Gbps",
                                    "40Gbps",
                                    "50Gbps",
                                    "100Gbps",
                                    "400Gbps",
                                    "NegAuto25Gbps"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "Fec": {
                                "description": "Forward error correction configuration for Appliance Port Channel member ports.\n* `Auto` - Forward error correction option 'Auto'. Supported speeds are Auto, 1Gbps, 10Gbps, 25Gbps, 40Gbps and 100 Gbps.\n* `Cl91` - Forward error correction option 'cl91'. Supported speeds are 25Gbps and 100 Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `Cl74` - Forward error correction option 'cl74'. Supported speeds are 25Gbps.\n* `rs-cons16` - Forward error correction option \"rs-cons16\". Supported speeds are 25Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `rs-ieee` - Forward error correction option \"rs-ieee\". Supported speeds are 25Gbps.\n* `Off` - Turn off forward error correction. Supported speeds are 25Gbps and 100Gbps. Additionally, 1Gbps is supported on Unified Edge platforms.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "Cl91",
                                    "Cl74",
                                    "rs-cons16",
                                    "rs-ieee",
                                    "Off"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Port mode to be set on the appliance port-channel.\n* `trunk` - Trunk Mode Switch Port Type.\n* `access` - Access Mode Switch Port Type.",
                                "type": "string",
                                "enum": [
                                    "trunk",
                                    "access"
                                ],
                                "default": "trunk",
                                "x-omitempty": true
                            },
                            "Priority": {
                                "description": "The 'name' of the System QoS Class.\n* `Best Effort` - QoS Priority for Best-effort traffic.\n* `FC` - QoS Priority for FC traffic.\n* `Platinum` - QoS Priority for Platinum traffic.\n* `Gold` - QoS Priority for Gold traffic.\n* `Silver` - QoS Priority for Silver traffic.\n* `Bronze` - QoS Priority for Bronze traffic.",
                                "type": "string",
                                "enum": [
                                    "Best Effort",
                                    "FC",
                                    "Platinum",
                                    "Gold",
                                    "Silver",
                                    "Bronze"
                                ],
                                "default": "Best Effort",
                                "x-omitempty": true
                            },
                            "EthNetworkControlPolicy": {
                                "$ref": "#/components/schemas/fabric.EthNetworkControlPolicy.Relationship",
                                "description": "A reference to a fabricEthNetworkControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "EthNetworkGroupPolicy": {
                                "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy.Relationship",
                                "description": "A reference to a fabricEthNetworkGroupPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LinkAggregationPolicy": {
                                "$ref": "#/components/schemas/fabric.LinkAggregationPolicy.Relationship",
                                "description": "A reference to a fabricLinkAggregationPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.AppliancePcRole.List": {
                "title": "List of 'fabric.AppliancePcRole' 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 'fabric.AppliancePcRole' 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 'fabric.AppliancePcRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.AppliancePcRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.ApplianceRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.ApplianceRole' 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 'fabric.ApplianceRole' resources.",
                "x-one-of-name": "fabric.ApplianceRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.ApplianceRole.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"
                }
            },
            "fabric.ApplianceRole": {
                "title": "Fabric:Appliance Role",
                "description": "Configuration object sent by user to create an appliance port.",
                "x-allOf-name": "fabric.ApplianceRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.TransceiverRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.ApplianceRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.ApplianceRole"
                                ],
                                "default": "fabric.ApplianceRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.ApplianceRole"
                                ],
                                "default": "fabric.ApplianceRole",
                                "x-enum-as-string": true
                            },
                            "Mode": {
                                "description": "Port mode to be set on the appliance port.\n* `trunk` - Trunk Mode Switch Port Type.\n* `access` - Access Mode Switch Port Type.",
                                "type": "string",
                                "enum": [
                                    "trunk",
                                    "access"
                                ],
                                "default": "trunk",
                                "x-omitempty": true
                            },
                            "Priority": {
                                "description": "The 'name' of the System QoS Class.\n* `Best Effort` - QoS Priority for Best-effort traffic.\n* `FC` - QoS Priority for FC traffic.\n* `Platinum` - QoS Priority for Platinum traffic.\n* `Gold` - QoS Priority for Gold traffic.\n* `Silver` - QoS Priority for Silver traffic.\n* `Bronze` - QoS Priority for Bronze traffic.",
                                "type": "string",
                                "enum": [
                                    "Best Effort",
                                    "FC",
                                    "Platinum",
                                    "Gold",
                                    "Silver",
                                    "Bronze"
                                ],
                                "default": "Best Effort",
                                "x-omitempty": true
                            },
                            "EthNetworkControlPolicy": {
                                "$ref": "#/components/schemas/fabric.EthNetworkControlPolicy.Relationship",
                                "description": "A reference to a fabricEthNetworkControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "EthNetworkGroupPolicy": {
                                "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy.Relationship",
                                "description": "A reference to a fabricEthNetworkGroupPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "FlowControlPolicy": {
                                "$ref": "#/components/schemas/fabric.FlowControlPolicy.Relationship",
                                "description": "A reference to a fabricFlowControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LinkControlPolicy": {
                                "$ref": "#/components/schemas/fabric.LinkControlPolicy.Relationship",
                                "description": "A reference to a fabricLinkControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.ApplianceRole.List": {
                "title": "List of 'fabric.ApplianceRole' 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 'fabric.ApplianceRole' 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 'fabric.ApplianceRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.ApplianceRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.BaseClusterProfile": {
                "title": "Base class of the Switch Cluster Profile and Template",
                "description": "Abstract class of the Switch Cluster Profile and Template.",
                "x-allOf-name": "fabric.BaseClusterProfile",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractProfile"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.BaseClusterProfile', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SwitchClusterProfile",
                                    "fabric.SwitchClusterProfileTemplate"
                                ],
                                "x-enum-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": [
                                    "fabric.SwitchClusterProfile",
                                    "fabric.SwitchClusterProfileTemplate"
                                ],
                                "x-enum-as-string": true
                            },
                            "SwitchProfilesCount": {
                                "description": "Number of switch profiles that are part of this cluster profile.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetPlatform": {
                                "description": "Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.\n* `UCS Domain` - Profile/policy type for network and management configuration on UCS Fabric Interconnect.\n* `Unified Edge` - Profile/policy type for network, management and chassis configuration on Unified Edge.",
                                "type": "string",
                                "enum": [
                                    "UCS Domain",
                                    "Unified Edge"
                                ],
                                "default": "UCS Domain",
                                "x-createOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.BaseSwitchProfile.Relationship": {
                "description": "A relationship to the 'fabric.BaseSwitchProfile' resource, or the expanded 'fabric.BaseSwitchProfile' resource, or the 'null' value.",
                "x-one-of-name": "fabric.BaseSwitchProfile.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.BaseSwitchProfile"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.BaseSwitchProfile": {
                "title": "Base class of the Switch Profile and Template",
                "description": "Abstract base class of the Switch Profile and Template.",
                "x-allOf-name": "fabric.BaseSwitchProfile",
                "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 'fabric.BaseSwitchProfile', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SwitchProfile",
                                    "fabric.SwitchProfileTemplate"
                                ],
                                "x-enum-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": [
                                    "fabric.SwitchProfile",
                                    "fabric.SwitchProfileTemplate"
                                ],
                                "x-enum-as-string": true
                            },
                            "SwitchId": {
                                "description": "Value indicating the switch side on which the switch profile or template has to be deployed.\n* `None` - Switch side not defined for the policy configurations in the switch profile or template.\n* `A` - Policy configurations in the switch profile or template to be deployed on fabric interconnect A.\n* `B` - Policy configurations in the switch profile or template to be deployed on fabric interconnect B.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "A",
                                    "B"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "TargetPlatform": {
                                "description": "Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.\n* `UCS Domain` - Profile/policy type for network and management configuration on UCS Fabric Interconnect.\n* `Unified Edge` - Profile/policy type for network, management and chassis configuration on Unified Edge.",
                                "type": "string",
                                "enum": [
                                    "UCS Domain",
                                    "Unified Edge"
                                ],
                                "default": "UCS Domain",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "ConfigResult": {
                                "$ref": "#/components/schemas/fabric.ConfigResult.Relationship",
                                "description": "A reference to a fabricConfigResult resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.ChassisAssignment": {
                "title": "Fabric:Chassis Assignment",
                "description": "Chassis assignment information.",
                "x-allOf-name": "fabric.ChassisAssignment",
                "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 'fabric.ChassisAssignment', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.ChassisAssignment"
                                ],
                                "default": "fabric.ChassisAssignment",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.ChassisAssignment"
                                ],
                                "default": "fabric.ChassisAssignment",
                                "x-enum-as-string": true
                            },
                            "ChassisSerial": {
                                "description": "Serial number of the chassis.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Enabled": {
                                "description": "Indicates if this assignment is enabled.",
                                "type": "boolean",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.ClusterAssignment": {
                "title": "Fabric:Cluster Assignment",
                "description": "Network Elements that are to be assigned to the SwitchProfiles in the SwitchClusterProfile Mo. This will be honored only in the case of profile creation through the clone/derive operations.",
                "x-allOf-name": "fabric.ClusterAssignment",
                "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 'fabric.ClusterAssignment', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.ClusterAssignment"
                                ],
                                "default": "fabric.ClusterAssignment",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.ClusterAssignment"
                                ],
                                "default": "fabric.ClusterAssignment",
                                "x-enum-as-string": true
                            },
                            "NetworkElement": {
                                "description": "The network element that is to be assigned to the cloned switch profile.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef",
                                "x-omitempty": true
                            },
                            "SourceSwitchProfileOrTemplateName": {
                                "description": "Name of the source SwitchProfile or SwitchProfileTemplate whose clone has to be assigned to the network element mentioned in NetworkElement property under ClusterAssignments.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9_.-]{1,64}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.ConfigChangeDetail.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.ConfigChangeDetail' 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 'fabric.ConfigChangeDetail' resources.",
                "x-one-of-name": "fabric.ConfigChangeDetail.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.ConfigChangeDetail.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"
                }
            },
            "fabric.ConfigChangeDetail.Relationship": {
                "description": "A relationship to the 'fabric.ConfigChangeDetail' resource, or the expanded 'fabric.ConfigChangeDetail' resource, or the 'null' value.",
                "x-one-of-name": "fabric.ConfigChangeDetail.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.ConfigChangeDetail"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.ConfigChangeDetail": {
                "title": "Fabric:Config Change Detail",
                "description": "The ConfigChangeDetail object is an essential element in the configuration change management framework, designed to capture detailed information about configuration changes. It supports transparent tracking and reporting of configuration modifications. \n#### Purpose\nThe ConfigChangeDetail serves as a comprehensive record of configuration changes, providing detailed insights into modifications made during configuration processes. It aids in understanding the impact and scope of changes, facilitating effective management and troubleshooting. \n#### Key Concepts\n- **Change Documentation:** Captures detailed information about configuration changes, supporting accurate tracking and reporting of modifications.\n- **Impact Assessment:** Facilitates the assessment of configuration change impacts, enabling informed decision-making and management.\n- **Access and Security:** Implements privilege sets to secure access to configuration change details, maintaining integrity and security of change management.\n- **Relationship Management:** Integrates with related objects to provide context for configuration changes, enhancing understanding and management of change processes.",
                "x-allOf-name": "fabric.ConfigChangeDetail",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractConfigChangeDetail"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.ConfigChangeDetail', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.ConfigChangeDetail"
                                ],
                                "default": "fabric.ConfigChangeDetail",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.ConfigChangeDetail"
                                ],
                                "default": "fabric.ConfigChangeDetail",
                                "x-enum-as-string": true
                            },
                            "Profile": {
                                "$ref": "#/components/schemas/fabric.SwitchProfile.Relationship",
                                "description": "A reference to a fabricSwitchProfile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.ConfigChangeDetail.List": {
                "title": "List of 'fabric.ConfigChangeDetail' 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 'fabric.ConfigChangeDetail' 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 'fabric.ConfigChangeDetail' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.ConfigChangeDetail"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.ConfigResult.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.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 'fabric.ConfigResult' resources.",
                "x-one-of-name": "fabric.ConfigResult.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.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"
                }
            },
            "fabric.ConfigResult.Relationship": {
                "description": "A relationship to the 'fabric.ConfigResult' resource, or the expanded 'fabric.ConfigResult' resource, or the 'null' value.",
                "x-one-of-name": "fabric.ConfigResult.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.ConfigResult"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.ConfigResult": {
                "title": "Fabric:Config Result",
                "description": "The ConfigResult object is an integral part of the configuration management framework, designed to provide comprehensive state and detailed information for deploy and validation profile configuration results. It facilitates the tracking and reporting of configuration outcomes. \n#### Purpose\nThe ConfigResult serves as a consolidated entity for capturing the results of configuration deployments and validations, ensuring transparent reporting and management of configuration states. It aids in identifying errors, warnings, and informational messages during configuration processes. \n#### Key Concepts\n- **Result Tracking:** Captures detailed configuration results, including errors and warnings, to facilitate informed decision-making and troubleshooting.\n- **Validation and Deployment:** Supports validation and deployment processes, ensuring accurate and reliable configuration management.\n- **Access and Security:** Leverages privilege sets to manage access to configuration results, maintaining security and integrity of configuration data.\n- **Relationship Management:** Integrates with related objects to provide context for configuration results, enhancing understanding and management of configuration states.",
                "x-allOf-name": "fabric.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 'fabric.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": [
                                    "fabric.ConfigResult"
                                ],
                                "default": "fabric.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": [
                                    "fabric.ConfigResult"
                                ],
                                "default": "fabric.ConfigResult",
                                "x-enum-as-string": true
                            },
                            "Profile": {
                                "$ref": "#/components/schemas/fabric.BaseSwitchProfile.Relationship",
                                "description": "A reference to a fabricBaseSwitchProfile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ResultEntries": {
                                "description": "An array of relationships to fabricConfigResultEntry resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.ConfigResultEntry.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.ConfigResult.List": {
                "title": "List of 'fabric.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 'fabric.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 'fabric.ConfigResult' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.ConfigResult"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.ConfigResultEntry.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.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 'fabric.ConfigResultEntry' resources.",
                "x-one-of-name": "fabric.ConfigResultEntry.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.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"
                }
            },
            "fabric.ConfigResultEntry.Relationship": {
                "description": "A relationship to the 'fabric.ConfigResultEntry' resource, or the expanded 'fabric.ConfigResultEntry' resource, or the 'null' value.",
                "x-one-of-name": "fabric.ConfigResultEntry.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.ConfigResultEntry"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.ConfigResultEntry": {
                "title": "Fabric:Config Result Entry",
                "description": "The ConfigResultEntry object is a critical component in the configuration result management domain, designed to provide detailed information for deploy and validation profile configuration results. It offers granular insights into configuration outcomes. \n#### Purpose\nThe ConfigResultEntry serves as a detailed report of configuration results, offering specific information on errors, warnings, and other status messages. It enhances the understanding of configuration processes and outcomes, aiding in effective management and troubleshooting. \n#### Key Concepts\n- **Detailed Reporting:** Provides in-depth information on configuration results, supporting accurate analysis and management of configuration states.\n- **Error and Warning Identification:** Facilitates the identification of errors and warnings during configuration, enabling proactive resolution and management.\n- **Access Control:** Utilizes privilege sets to secure access to configuration result entries, ensuring reliable and secure configuration management.\n- **Integration and Context:** Integrates with related objects to provide context for configuration results, enhancing understanding and management of configuration processes.",
                "x-allOf-name": "fabric.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 'fabric.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": [
                                    "fabric.ConfigResultEntry"
                                ],
                                "default": "fabric.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": [
                                    "fabric.ConfigResultEntry"
                                ],
                                "default": "fabric.ConfigResultEntry",
                                "x-enum-as-string": true
                            },
                            "ConfigResult": {
                                "$ref": "#/components/schemas/fabric.ConfigResult.Relationship",
                                "description": "A reference to a fabricConfigResult resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.ConfigResultEntry.List": {
                "title": "List of 'fabric.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 'fabric.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 'fabric.ConfigResultEntry' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.ConfigResultEntry"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.ElementIdentity.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.ElementIdentity' 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 'fabric.ElementIdentity' resources.",
                "x-one-of-name": "fabric.ElementIdentity.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.ElementIdentity.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"
                }
            },
            "fabric.ElementIdentity": {
                "title": "Fabric:Element Identity",
                "description": "Identity object that uniquely represents a network element object under the domain.",
                "x-allOf-name": "fabric.ElementIdentity",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Identity"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.ElementIdentity', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.ElementIdentity"
                                ],
                                "default": "fabric.ElementIdentity",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.ElementIdentity"
                                ],
                                "default": "fabric.ElementIdentity",
                                "x-enum-as-string": true
                            },
                            "Domain": {
                                "description": "Name of the Fabric Interconnect domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartialDeploymentStatus": {
                                "description": "Determines if there is partial configuration that has to be deployed on any of the server profiles associated with the server connected to the Fabric Interconnect in cases where one or more server profiles  was deployed when the Fabric Interconnect was down.\n* `None` - No configuration which is yet to be deployed.The default state of a fabric interconnect which does not have any pending deployment.\n* `Pending` - There is pending configuration which is yet to be deployed on the fabric interconnect.\n* `Deploying` - Pending configuration is being deployed on the fabric interconnect.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Pending",
                                    "Deploying"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PostDeployAction": {
                                "type": "array",
                                "items": {
                                    "description": "The action to be performed at the end of domain profile deployment.\n* `None` - No action will be triggered at the end of domain profile deployment for this value.\n* `TriggerPrimaryChassisDiscovery` - Initiate the primary chassis discovery for Intelligent Fabric Module in case of an RMA event.",
                                    "type": "string",
                                    "enum": [
                                        "None",
                                        "TriggerPrimaryChassisDiscovery"
                                    ],
                                    "default": "None",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ReplacementType": {
                                "description": "Replacement type specifies whether it is single FI or domain replacement.\n* `None` - The default action is none.\n* `Individual` - Replacement of single network element.\n* `Domain` - Domain indicates the replacement of Fabric Interconnect domain.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Individual",
                                    "Domain"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch Identifier that uniquely represents the fabric object.\n* `A` - Switch Identifier of Fabric Interconnect A.\n* `B` - Switch Identifier of Fabric Interconnect B.",
                                "type": "string",
                                "enum": [
                                    "A",
                                    "B"
                                ],
                                "default": "A",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ReplacementTarget": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.ElementIdentity.List": {
                "title": "List of 'fabric.ElementIdentity' 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 'fabric.ElementIdentity' 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 'fabric.ElementIdentity' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.ElementIdentity"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.EstimateImpact": {
                "title": "Fabric:Estimate Impact",
                "description": "The EstimateImpact object is a pivotal aspect of configuration change management, designed to assess the impact of configuration changes before submitting switch profile deploy operations. It supports informed decision-making and management of configuration impacts. \n#### Purpose\nThe EstimateImpact serves as a predictive tool for assessing the impact of configuration changes on network components, enabling proactive management and resolution of potential issues. It aids in understanding the scope and consequences of configuration modifications. \n#### Key Concepts\n- **Impact Prediction:** Provides insights into the potential impact of configuration changes, supporting informed decision-making and proactive management.\n- **Pre-Deployment Assessment:** Facilitates the assessment of configuration impacts prior to deployment, ensuring reliable and efficient configuration management.\n- **Access Control:** Leverages privilege sets to manage access to impact assessments, maintaining security and integrity of configuration processes.\n- **Integration and Context:** Integrates with related objects to provide context for impact assessments, enhancing understanding and management of configuration changes.",
                "x-allOf-name": "fabric.EstimateImpact",
                "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 'fabric.EstimateImpact', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.EstimateImpact"
                                ],
                                "default": "fabric.EstimateImpact",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.EstimateImpact"
                                ],
                                "default": "fabric.EstimateImpact",
                                "x-enum-as-string": true
                            },
                            "Profile": {
                                "$ref": "#/components/schemas/fabric.SwitchProfile.Relationship",
                                "description": "A reference to a fabricSwitchProfile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkControlPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.EthNetworkControlPolicy' 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 'fabric.EthNetworkControlPolicy' resources.",
                "x-one-of-name": "fabric.EthNetworkControlPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkControlPolicy.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"
                }
            },
            "fabric.EthNetworkControlPolicy.Relationship": {
                "description": "A relationship to the 'fabric.EthNetworkControlPolicy' resource, or the expanded 'fabric.EthNetworkControlPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.EthNetworkControlPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkControlPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.EthNetworkControlPolicy": {
                "title": "Ethernet Network Control",
                "description": "The EthNetworkControlPolicy object defines control settings for vEthernet (veth) interfaces connected to vNICs, improving interface management and security. It helps maintain the operational integrity and performance of these network interfaces.\n#### Purpose\nEthNetworkControlPolicy focuses on enforcing control settings on veth interfaces, providing a structured framework for managing interface behaviors and security. It ensures that network interfaces operate optimally, supporting robust and secure network operations.\n#### Key Concepts\n- **Interface Control:** Defines settings such as MAC registration, LLDP, and uplink failure actions, ensuring consistent control over network interfaces.\n- **Security:** Enhances security by controlling MAC forging and other interface behaviors, protecting against unauthorized access.\n- **Integration:** Seamlessly integrates with vNIC configurations and network policies, ensuring cohesive network management.\n- **Policy-Based Management:** Provides a centralized approach to managing interface control settings, streamlining operations and enhancing efficiency.",
                "x-allOf-name": "fabric.EthNetworkControlPolicy",
                "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 'fabric.EthNetworkControlPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.EthNetworkControlPolicy"
                                ],
                                "default": "fabric.EthNetworkControlPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.EthNetworkControlPolicy"
                                ],
                                "default": "fabric.EthNetworkControlPolicy",
                                "x-enum-as-string": true
                            },
                            "CdpEnabled": {
                                "description": "Enables the CDP on an interface.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "ForgeMac": {
                                "description": "Determines if the MAC forging is allowed or denied on an interface.\n* `allow` - Allows mac forging on an interface.\n* `deny` - Denies mac forging on an interface.",
                                "type": "string",
                                "enum": [
                                    "allow",
                                    "deny"
                                ],
                                "default": "allow",
                                "x-omitempty": true
                            },
                            "LldpSettings": {
                                "description": "Determines the LLDP setting on an interface on the switch.",
                                "$ref": "#/components/schemas/fabric.LldpSettings",
                                "x-omitempty": true
                            },
                            "MacRegistrationMode": {
                                "description": "Determines the MAC addresses that have to be registered with the switch.\n* `nativeVlanOnly` - Register only the MAC addresses learnt on the native VLAN.\n* `allVlans` - Register all the MAC addresses learnt on all the allowed VLANs.",
                                "type": "string",
                                "enum": [
                                    "nativeVlanOnly",
                                    "allVlans"
                                ],
                                "default": "nativeVlanOnly",
                                "x-omitempty": true
                            },
                            "UplinkFailAction": {
                                "description": "Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.\n* `linkDown` - The vethernet will go down in case a suitable uplink is not pinned.\n* `warning` - The vethernet will remain up even if a suitable uplink is not pinned.",
                                "type": "string",
                                "enum": [
                                    "linkDown",
                                    "warning"
                                ],
                                "default": "linkDown",
                                "x-omitempty": true
                            },
                            "NetworkPolicy": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "description": "An array of relationships to vnicEthNetworkPolicy resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/vnic.EthNetworkPolicy.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
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkControlPolicy.List": {
                "title": "List of 'fabric.EthNetworkControlPolicy' 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 'fabric.EthNetworkControlPolicy' 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 'fabric.EthNetworkControlPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.EthNetworkControlPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkControlPolicyInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.EthNetworkControlPolicyInventory' 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 'fabric.EthNetworkControlPolicyInventory' resources.",
                "x-one-of-name": "fabric.EthNetworkControlPolicyInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkControlPolicyInventory.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"
                }
            },
            "fabric.EthNetworkControlPolicyInventory.Relationship": {
                "description": "A relationship to the 'fabric.EthNetworkControlPolicyInventory' resource, or the expanded 'fabric.EthNetworkControlPolicyInventory' resource, or the 'null' value.",
                "x-one-of-name": "fabric.EthNetworkControlPolicyInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkControlPolicyInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.EthNetworkControlPolicyInventory": {
                "title": "Ethernet Network Control",
                "description": "The EthNetworkControlPolicy object defines control settings for vEthernet (veth) interfaces connected to vNICs, improving interface management and security. It helps maintain the operational integrity and performance of these network interfaces.\n#### Purpose\nEthNetworkControlPolicy focuses on enforcing control settings on veth interfaces, providing a structured framework for managing interface behaviors and security. It ensures that network interfaces operate optimally, supporting robust and secure network operations.\n#### Key Concepts\n- **Interface Control:** Defines settings such as MAC registration, LLDP, and uplink failure actions, ensuring consistent control over network interfaces.\n- **Security:** Enhances security by controlling MAC forging and other interface behaviors, protecting against unauthorized access.\n- **Integration:** Seamlessly integrates with vNIC configurations and network policies, ensuring cohesive network management.\n- **Policy-Based Management:** Provides a centralized approach to managing interface control settings, streamlining operations and enhancing efficiency.",
                "x-allOf-name": "fabric.EthNetworkControlPolicyInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.EthNetworkControlPolicyInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.EthNetworkControlPolicyInventory"
                                ],
                                "default": "fabric.EthNetworkControlPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.EthNetworkControlPolicyInventory"
                                ],
                                "default": "fabric.EthNetworkControlPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "CdpEnabled": {
                                "description": "Enables the CDP on an interface.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ForgeMac": {
                                "description": "Determines if the MAC forging is allowed or denied on an interface.\n* `allow` - Allows mac forging on an interface.\n* `deny` - Denies mac forging on an interface.",
                                "type": "string",
                                "enum": [
                                    "allow",
                                    "deny"
                                ],
                                "default": "allow",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LldpSettings": {
                                "description": "Determines the LLDP setting on an interface on the switch.",
                                "$ref": "#/components/schemas/fabric.LldpSettings",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MacRegistrationMode": {
                                "description": "Determines the MAC addresses that have to be registered with the switch.\n* `nativeVlanOnly` - Register only the MAC addresses learnt on the native VLAN.\n* `allVlans` - Register all the MAC addresses learnt on all the allowed VLANs.",
                                "type": "string",
                                "enum": [
                                    "nativeVlanOnly",
                                    "allVlans"
                                ],
                                "default": "nativeVlanOnly",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UplinkFailAction": {
                                "description": "Determines the state of the virtual interface (vethernet / vfc) on the switch when a suitable uplink is not pinned.\n* `linkDown` - The vethernet will go down in case a suitable uplink is not pinned.\n* `warning` - The vethernet will remain up even if a suitable uplink is not pinned.",
                                "type": "string",
                                "enum": [
                                    "linkDown",
                                    "warning"
                                ],
                                "default": "linkDown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkPolicy": {
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "description": "An array of relationships to vnicEthNetworkPolicyInventory resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/vnic.EthNetworkPolicyInventory.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "TargetMo": {
                                "$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.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkControlPolicyInventory.List": {
                "title": "List of 'fabric.EthNetworkControlPolicyInventory' 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 'fabric.EthNetworkControlPolicyInventory' 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 'fabric.EthNetworkControlPolicyInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.EthNetworkControlPolicyInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkGroupPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.EthNetworkGroupPolicy' 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 'fabric.EthNetworkGroupPolicy' resources.",
                "x-one-of-name": "fabric.EthNetworkGroupPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy.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"
                }
            },
            "fabric.EthNetworkGroupPolicy.Relationship": {
                "description": "A relationship to the 'fabric.EthNetworkGroupPolicy' resource, or the expanded 'fabric.EthNetworkGroupPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.EthNetworkGroupPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.EthNetworkGroupPolicy": {
                "title": "Ethernet Network Group",
                "description": "The allowed VLAN/s on an interface.",
                "x-allOf-name": "fabric.EthNetworkGroupPolicy",
                "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 'fabric.EthNetworkGroupPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.EthNetworkGroupPolicy"
                                ],
                                "default": "fabric.EthNetworkGroupPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.EthNetworkGroupPolicy"
                                ],
                                "default": "fabric.EthNetworkGroupPolicy",
                                "x-enum-as-string": true
                            },
                            "VlanSettings": {
                                "description": "VLAN configuration for the virtual interface.",
                                "$ref": "#/components/schemas/fabric.VlanSettings",
                                "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
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkGroupPolicy.List": {
                "title": "List of 'fabric.EthNetworkGroupPolicy' 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 'fabric.EthNetworkGroupPolicy' 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 'fabric.EthNetworkGroupPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkGroupPolicyInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.EthNetworkGroupPolicyInventory' 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 'fabric.EthNetworkGroupPolicyInventory' resources.",
                "x-one-of-name": "fabric.EthNetworkGroupPolicyInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicyInventory.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"
                }
            },
            "fabric.EthNetworkGroupPolicyInventory.Relationship": {
                "description": "A relationship to the 'fabric.EthNetworkGroupPolicyInventory' resource, or the expanded 'fabric.EthNetworkGroupPolicyInventory' resource, or the 'null' value.",
                "x-one-of-name": "fabric.EthNetworkGroupPolicyInventory.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicyInventory"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.EthNetworkGroupPolicyInventory": {
                "title": "Ethernet Network Group",
                "description": "The allowed VLAN/s on an interface.",
                "x-allOf-name": "fabric.EthNetworkGroupPolicyInventory",
                "allOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.AbstractPolicyInventory"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.EthNetworkGroupPolicyInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.EthNetworkGroupPolicyInventory"
                                ],
                                "default": "fabric.EthNetworkGroupPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.EthNetworkGroupPolicyInventory"
                                ],
                                "default": "fabric.EthNetworkGroupPolicyInventory",
                                "x-enum-as-string": true
                            },
                            "VlanSettings": {
                                "description": "VLAN configuration for the virtual interface.",
                                "$ref": "#/components/schemas/fabric.VlanSettings",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TargetMo": {
                                "$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.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkGroupPolicyInventory.List": {
                "title": "List of 'fabric.EthNetworkGroupPolicyInventory' 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 'fabric.EthNetworkGroupPolicyInventory' 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 'fabric.EthNetworkGroupPolicyInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicyInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.EthNetworkPolicy' 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 'fabric.EthNetworkPolicy' resources.",
                "x-one-of-name": "fabric.EthNetworkPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkPolicy.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"
                }
            },
            "fabric.EthNetworkPolicy.Relationship": {
                "description": "A relationship to the 'fabric.EthNetworkPolicy' resource, or the expanded 'fabric.EthNetworkPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.EthNetworkPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.EthNetworkPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.EthNetworkPolicy": {
                "title": "VLAN Configuration",
                "description": "The EthNetworkPolicy object defines the VLAN settings applied to system interfaces, ensuring consistent network segmentation and management. In simple terms, it specifies the set of VLANs assigned to those interfaces.\n#### Purpose\nEthNetworkPolicy is designed to manage VLAN configurations for interfaces, providing a structured approach to network segmentation and traffic management. It helps maintain organized and efficient network operations, reducing complexity and enhancing control.\n#### Key Concepts\n- **VLAN Management:** Enables the definition and application of VLAN settings, including native and allowed VLANs, ensuring consistent network segmentation.\n- **Policy-Based Approach:** Offers a centralized policy framework for managing VLAN configurations, streamlining network operations.\n- **Scalability:** Supports scalable network management by allowing efficient configuration of multiple interfaces, facilitating growth and adaptation.\n- **Integration:** Works seamlessly with other network policies and configurations, ensuring cohesive and integrated network management.",
                "x-allOf-name": "fabric.EthNetworkPolicy",
                "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 'fabric.EthNetworkPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.EthNetworkPolicy"
                                ],
                                "default": "fabric.EthNetworkPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.EthNetworkPolicy"
                                ],
                                "default": "fabric.EthNetworkPolicy",
                                "x-enum-as-string": true
                            },
                            "TargetPlatform": {
                                "description": "The target platform type of the Ethernet Network policy.\n* `UCS Domain` - Profile/policy type for network and management configuration on UCS Fabric Interconnect.\n* `Unified Edge` - Profile/policy type for network, management and chassis configuration on Unified Edge.",
                                "type": "string",
                                "enum": [
                                    "UCS Domain",
                                    "Unified Edge"
                                ],
                                "default": "UCS Domain",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Profiles": {
                                "description": "An array of relationships to fabricBaseSwitchProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.BaseSwitchProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.EthNetworkPolicy.List": {
                "title": "List of 'fabric.EthNetworkPolicy' 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 'fabric.EthNetworkPolicy' 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 'fabric.EthNetworkPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.EthNetworkPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcNetworkPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.FcNetworkPolicy' 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 'fabric.FcNetworkPolicy' resources.",
                "x-one-of-name": "fabric.FcNetworkPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcNetworkPolicy.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"
                }
            },
            "fabric.FcNetworkPolicy.Relationship": {
                "description": "A relationship to the 'fabric.FcNetworkPolicy' resource, or the expanded 'fabric.FcNetworkPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.FcNetworkPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcNetworkPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.FcNetworkPolicy": {
                "title": "VSAN Configuration",
                "description": "A policy for all the Virtual SAN networks to be deployed on the Fabric Interconnect.",
                "x-allOf-name": "fabric.FcNetworkPolicy",
                "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 'fabric.FcNetworkPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FcNetworkPolicy"
                                ],
                                "default": "fabric.FcNetworkPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FcNetworkPolicy"
                                ],
                                "default": "fabric.FcNetworkPolicy",
                                "x-enum-as-string": true
                            },
                            "EnableTrunking": {
                                "description": "Enable or Disable Trunking on all of configured FC uplink ports.",
                                "type": "boolean",
                                "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
                            },
                            "Profiles": {
                                "description": "An array of relationships to fabricBaseSwitchProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.BaseSwitchProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcNetworkPolicy.List": {
                "title": "List of 'fabric.FcNetworkPolicy' 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 'fabric.FcNetworkPolicy' 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 'fabric.FcNetworkPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.FcNetworkPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcStorageRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.FcStorageRole' 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 'fabric.FcStorageRole' resources.",
                "x-one-of-name": "fabric.FcStorageRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcStorageRole.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"
                }
            },
            "fabric.FcStorageRole": {
                "title": "Fabric:Fc Storage Role",
                "description": "Configuration object sent by user to create a fc uplink port.",
                "x-allOf-name": "fabric.FcStorageRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.FcStorageRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FcStorageRole"
                                ],
                                "default": "fabric.FcStorageRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FcStorageRole"
                                ],
                                "default": "fabric.FcStorageRole",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `64Gbps` - Admin configurable speed 64Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).",
                                "type": "string",
                                "enum": [
                                    "16Gbps",
                                    "8Gbps",
                                    "32Gbps",
                                    "64Gbps",
                                    "Auto"
                                ],
                                "default": "16Gbps",
                                "x-omitempty": true
                            },
                            "VsanId": {
                                "description": "Virtual San Identifier associated to the FC port.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4093,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcStorageRole.List": {
                "title": "List of 'fabric.FcStorageRole' 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 'fabric.FcStorageRole' 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 'fabric.FcStorageRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.FcStorageRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcUplinkPcRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.FcUplinkPcRole' 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 'fabric.FcUplinkPcRole' resources.",
                "x-one-of-name": "fabric.FcUplinkPcRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcUplinkPcRole.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"
                }
            },
            "fabric.FcUplinkPcRole": {
                "title": "Fabric:Fc Uplink Pc Role",
                "description": "Object sent by user to configure a fc uplink port-channel on the collection of ports.",
                "x-allOf-name": "fabric.FcUplinkPcRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortChannelRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.FcUplinkPcRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FcUplinkPcRole"
                                ],
                                "default": "fabric.FcUplinkPcRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FcUplinkPcRole"
                                ],
                                "default": "fabric.FcUplinkPcRole",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `64Gbps` - Admin configurable speed 64Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).",
                                "type": "string",
                                "enum": [
                                    "16Gbps",
                                    "8Gbps",
                                    "32Gbps",
                                    "64Gbps",
                                    "Auto"
                                ],
                                "default": "16Gbps",
                                "x-omitempty": true
                            },
                            "FillPattern": {
                                "description": "Fill pattern to differentiate the configs in NPIV.\n* `Idle` - Fc Fill Pattern type Idle.\n* `Arbff` - Fc Fill Pattern type Arbff.",
                                "type": "string",
                                "enum": [
                                    "Idle",
                                    "Arbff"
                                ],
                                "default": "Idle",
                                "x-omitempty": true
                            },
                            "VsanId": {
                                "description": "Virtual San Identifier associated to the FC port.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4093,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcUplinkPcRole.List": {
                "title": "List of 'fabric.FcUplinkPcRole' 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 'fabric.FcUplinkPcRole' 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 'fabric.FcUplinkPcRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.FcUplinkPcRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcUplinkRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.FcUplinkRole' 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 'fabric.FcUplinkRole' resources.",
                "x-one-of-name": "fabric.FcUplinkRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcUplinkRole.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"
                }
            },
            "fabric.FcUplinkRole": {
                "title": "Fabric:Fc Uplink Role",
                "description": "Configuration object sent by user to create a fc uplink port.",
                "x-allOf-name": "fabric.FcUplinkRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.FcUplinkRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FcUplinkRole"
                                ],
                                "default": "fabric.FcUplinkRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FcUplinkRole"
                                ],
                                "default": "fabric.FcUplinkRole",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin configured speed for the port.\n* `16Gbps` - Admin configurable speed 16Gbps.\n* `8Gbps` - Admin configurable speed 8Gbps.\n* `32Gbps` - Admin configurable speed 32Gbps.\n* `64Gbps` - Admin configurable speed 64Gbps.\n* `Auto` - Admin configurable speed AUTO ( default ).",
                                "type": "string",
                                "enum": [
                                    "16Gbps",
                                    "8Gbps",
                                    "32Gbps",
                                    "64Gbps",
                                    "Auto"
                                ],
                                "default": "16Gbps",
                                "x-omitempty": true
                            },
                            "FillPattern": {
                                "description": "Fill pattern to differentiate the configs in NPIV.\n* `Idle` - Fc Fill Pattern type Idle.\n* `Arbff` - Fc Fill Pattern type Arbff.",
                                "type": "string",
                                "enum": [
                                    "Idle",
                                    "Arbff"
                                ],
                                "default": "Idle",
                                "x-omitempty": true
                            },
                            "VsanId": {
                                "description": "Virtual San Identifier associated to the FC port.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4093,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcUplinkRole.List": {
                "title": "List of 'fabric.FcUplinkRole' 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 'fabric.FcUplinkRole' 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 'fabric.FcUplinkRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.FcUplinkRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcZoneMember": {
                "title": "FC Zone Member",
                "description": "SAN target or WWPN that is to be part of the FC zone.",
                "x-allOf-name": "fabric.FcZoneMember",
                "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 'fabric.FcZoneMember', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FcZoneMember"
                                ],
                                "default": "fabric.FcZoneMember",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FcZoneMember"
                                ],
                                "default": "fabric.FcZoneMember",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name given to the target member.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Unique identifier for the Fabric object.\n* `A` - Switch Identifier of Fabric Interconnect A.\n* `B` - Switch Identifier of Fabric Interconnect B.",
                                "type": "string",
                                "enum": [
                                    "A",
                                    "B"
                                ],
                                "default": "A",
                                "x-omitempty": true
                            },
                            "VsanId": {
                                "description": "VSAN with scope defined as Storage in the VSAN policy.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4093,
                                "x-omitempty": true
                            },
                            "Wwpn": {
                                "description": "WWPN that is a member of the FC zone.",
                                "type": "string",
                                "pattern": "^$|([0-9a-fA-F]{2}:){7}[0-9a-fA-F]{2}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcZonePolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.FcZonePolicy' 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 'fabric.FcZonePolicy' resources.",
                "x-one-of-name": "fabric.FcZonePolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcZonePolicy.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"
                }
            },
            "fabric.FcZonePolicy.Relationship": {
                "description": "A relationship to the 'fabric.FcZonePolicy' resource, or the expanded 'fabric.FcZonePolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.FcZonePolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcZonePolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.FcZonePolicy": {
                "title": "FC Zone",
                "description": "The FcZonePolicy object manages FC (Fibre Channel) zoning configurations within the system, enabling the organization and control of SAN (Storage Area Network) environments. It is crucial for maintaining efficient and secure storage network operations.\n#### Purpose\nFcZonePolicy is designed to facilitate the configuration of FC zones, supporting structured and secure SAN management. This provides a framework for organizing initiator and target endpoints, optimizing storage network efficiency and security.\n#### Key Concepts\n- **Zoning Configuration:** Enables the definition and management of FC zones, supporting various zoning types and configurations.\n- **SAN Optimization:** Organizes and defines SAN endpoint interaction rules, enabling consistent and predictable SAN communication behavior.\n- **Security:** Supports secure SAN operations by defining access controls and zoning parameters, protecting data integrity.\n- **Policy Integration:** Works in concert with other SAN policies and configurations, ensuring integrated and streamlined storage management.",
                "x-allOf-name": "fabric.FcZonePolicy",
                "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 'fabric.FcZonePolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FcZonePolicy"
                                ],
                                "default": "fabric.FcZonePolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FcZonePolicy"
                                ],
                                "default": "fabric.FcZonePolicy",
                                "x-enum-as-string": true
                            },
                            "FcTargetMembers": {
                                "type": "array",
                                "items": {
                                    "description": "List of target WWPN members that are part of the zone.",
                                    "$ref": "#/components/schemas/fabric.FcZoneMember",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "FcTargetZoningType": {
                                "description": "Type of FC zoning. Allowed values are SIST, SIMT and None.\n* `SIST` - The system automatically creates one zone for each vHBA and storage port pair. Each zone has two members.\n* `SIMT` - The system automatically creates one zone for each vHBA. Configure this type of zoning if the number of zones created is likely to exceed the maximum supported number of zones.\n* `None` - FC zoning is not configured.",
                                "type": "string",
                                "enum": [
                                    "SIST",
                                    "SIMT",
                                    "None"
                                ],
                                "default": "SIST",
                                "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
                            }
                        }
                    }
                ]
            },
            "fabric.FcZonePolicy.List": {
                "title": "List of 'fabric.FcZonePolicy' 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 'fabric.FcZonePolicy' 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 'fabric.FcZonePolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.FcZonePolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcoeUplinkPcRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.FcoeUplinkPcRole' 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 'fabric.FcoeUplinkPcRole' resources.",
                "x-one-of-name": "fabric.FcoeUplinkPcRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcoeUplinkPcRole.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"
                }
            },
            "fabric.FcoeUplinkPcRole": {
                "title": "Fabric:Fcoe Uplink Pc Role",
                "description": "Object sent by user to configure a fcoe uplink port-channel on the collection of ports.",
                "x-allOf-name": "fabric.FcoeUplinkPcRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortChannelRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.FcoeUplinkPcRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FcoeUplinkPcRole"
                                ],
                                "default": "fabric.FcoeUplinkPcRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FcoeUplinkPcRole"
                                ],
                                "default": "fabric.FcoeUplinkPcRole",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin configured speed for the port.\n* `Auto` - Admin configurable speed AUTO ( default ).\n* `1Gbps` - Admin configurable speed 1Gbps.\n* `10Gbps` - Admin configurable speed 10Gbps.\n* `25Gbps` - Admin configurable speed 25Gbps.\n* `40Gbps` - Admin configurable speed 40Gbps.\n* `50Gbps` - Admin configurable speed 50Gbps.\n* `100Gbps` - Admin configurable speed 100Gbps.\n* `400Gbps` - Admin configurable speed 400Gbps.\n* `NegAuto25Gbps` - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "1Gbps",
                                    "10Gbps",
                                    "25Gbps",
                                    "40Gbps",
                                    "50Gbps",
                                    "100Gbps",
                                    "400Gbps",
                                    "NegAuto25Gbps"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "Fec": {
                                "description": "Forward error correction configuration for Fcoe Uplink Port Channel member ports.\n* `Auto` - Forward error correction option 'Auto'. Supported speeds are Auto, 1Gbps, 10Gbps, 25Gbps, 40Gbps and 100 Gbps.\n* `Cl91` - Forward error correction option 'cl91'. Supported speeds are 25Gbps and 100 Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `Cl74` - Forward error correction option 'cl74'. Supported speeds are 25Gbps.\n* `rs-cons16` - Forward error correction option \"rs-cons16\". Supported speeds are 25Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `rs-ieee` - Forward error correction option \"rs-ieee\". Supported speeds are 25Gbps.\n* `Off` - Turn off forward error correction. Supported speeds are 25Gbps and 100Gbps. Additionally, 1Gbps is supported on Unified Edge platforms.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "Cl91",
                                    "Cl74",
                                    "rs-cons16",
                                    "rs-ieee",
                                    "Off"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "LinkAggregationPolicy": {
                                "$ref": "#/components/schemas/fabric.LinkAggregationPolicy.Relationship",
                                "description": "A reference to a fabricLinkAggregationPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LinkControlPolicy": {
                                "$ref": "#/components/schemas/fabric.LinkControlPolicy.Relationship",
                                "description": "A reference to a fabricLinkControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.FcoeUplinkPcRole.List": {
                "title": "List of 'fabric.FcoeUplinkPcRole' 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 'fabric.FcoeUplinkPcRole' 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 'fabric.FcoeUplinkPcRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.FcoeUplinkPcRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FcoeUplinkRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.FcoeUplinkRole' 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 'fabric.FcoeUplinkRole' resources.",
                "x-one-of-name": "fabric.FcoeUplinkRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FcoeUplinkRole.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"
                }
            },
            "fabric.FcoeUplinkRole": {
                "title": "Fabric:Fcoe Uplink Role",
                "description": "Configuration object sent by user to create a fcoe uplink port.",
                "x-allOf-name": "fabric.FcoeUplinkRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.TransceiverRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.FcoeUplinkRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FcoeUplinkRole"
                                ],
                                "default": "fabric.FcoeUplinkRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FcoeUplinkRole"
                                ],
                                "default": "fabric.FcoeUplinkRole",
                                "x-enum-as-string": true
                            },
                            "LinkControlPolicy": {
                                "$ref": "#/components/schemas/fabric.LinkControlPolicy.Relationship",
                                "description": "A reference to a fabricLinkControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.FcoeUplinkRole.List": {
                "title": "List of 'fabric.FcoeUplinkRole' 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 'fabric.FcoeUplinkRole' 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 'fabric.FcoeUplinkRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.FcoeUplinkRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FlowControlPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.FlowControlPolicy' 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 'fabric.FlowControlPolicy' resources.",
                "x-one-of-name": "fabric.FlowControlPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FlowControlPolicy.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"
                }
            },
            "fabric.FlowControlPolicy.Relationship": {
                "description": "A relationship to the 'fabric.FlowControlPolicy' resource, or the expanded 'fabric.FlowControlPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.FlowControlPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.FlowControlPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.FlowControlPolicy": {
                "title": "Flow Control",
                "description": "Priority Flow Control setting for each port.",
                "x-allOf-name": "fabric.FlowControlPolicy",
                "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 'fabric.FlowControlPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FlowControlPolicy"
                                ],
                                "default": "fabric.FlowControlPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FlowControlPolicy"
                                ],
                                "default": "fabric.FlowControlPolicy",
                                "x-enum-as-string": true
                            },
                            "PriorityFlowControlMode": {
                                "description": "Configure the Priority Flow Control (PFC) for each port to enable the no-drop behavior for the CoS defined by the System QoS Policy and an Ethernet QoS policy. If Auto and On is selected for PFC, the Receive and Send link level flow control will be Off.\n* `auto` - Enables the no-drop CoS values to be advertised by the DCBXP and negotiated with the peer.A successful negotiation enables PFC on the no-drop CoS.Any failures because of a mismatch in the capability of peers causes the PFC not to be enabled.\n* `on` - Enables PFC on the local port regardless of the capability of the peers.\n* `off` - Disable PFC on the local port regardless of the capability of the peers.",
                                "type": "string",
                                "enum": [
                                    "auto",
                                    "on",
                                    "off"
                                ],
                                "default": "auto",
                                "x-omitempty": true
                            },
                            "ReceiveDirection": {
                                "description": "Link-level Flow Control configured in the receive direction.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            },
                            "SendDirection": {
                                "description": "Link-level Flow Control configured in the send direction.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "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
                            }
                        }
                    }
                ]
            },
            "fabric.FlowControlPolicy.List": {
                "title": "List of 'fabric.FlowControlPolicy' 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 'fabric.FlowControlPolicy' 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 'fabric.FlowControlPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.FlowControlPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.FlowNonKey": {
                "title": "Fabric:Flow Non Key",
                "description": "Netflow Non Key fields for flow record.",
                "x-allOf-name": "fabric.FlowNonKey",
                "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 'fabric.FlowNonKey', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.FlowNonKey"
                                ],
                                "default": "fabric.FlowNonKey",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.FlowNonKey"
                                ],
                                "default": "fabric.FlowNonKey",
                                "x-enum-as-string": true
                            },
                            "ByteCounters": {
                                "description": "Total number of bytes transferred for flow record.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "FirstSystemTime": {
                                "description": "The timestamp when a flow was first observed or created in the system.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "LastSystemTime": {
                                "description": "The last timestamp recorded for flow record by the system.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "PacketCounters": {
                                "description": "Total number of packets transferred for flow record.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.Ipv4FlowKey": {
                "title": "Fabric:Ipv4 Flow Key",
                "description": "IPv4 Record type key fields for flow record.",
                "x-allOf-name": "fabric.Ipv4FlowKey",
                "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 'fabric.Ipv4FlowKey', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.Ipv4FlowKey"
                                ],
                                "default": "fabric.Ipv4FlowKey",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.Ipv4FlowKey"
                                ],
                                "default": "fabric.Ipv4FlowKey",
                                "x-enum-as-string": true
                            },
                            "DestinationIpAddress": {
                                "description": "IPv4 Packet destination address.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "DestinationPort": {
                                "description": "IPv4 Packet destination port field.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "IPv4 packet protocol field.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "SourceIpAddress": {
                                "description": "IPv4 Packet source address.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "SourcePort": {
                                "description": "IPv4 Packet source port field.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Tos": {
                                "description": "IPv4 Packet type of service.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.Ipv6FlowKey": {
                "title": "Fabric:Ipv6 Flow Key",
                "description": "IPv6 Record type key fields for flow record.",
                "x-allOf-name": "fabric.Ipv6FlowKey",
                "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 'fabric.Ipv6FlowKey', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.Ipv6FlowKey"
                                ],
                                "default": "fabric.Ipv6FlowKey",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.Ipv6FlowKey"
                                ],
                                "default": "fabric.Ipv6FlowKey",
                                "x-enum-as-string": true
                            },
                            "DestinationIpAddress": {
                                "description": "IPv6 Packet destination address.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "DestinationPort": {
                                "description": "IPv6 Packet destination port field.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Protocol": {
                                "description": "IPv6 Packet protocol field.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "SourceIpAddress": {
                                "description": "IPv6 Packet source address.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "SourcePort": {
                                "description": "IPv6 Packet source port field.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.L2FlowKey": {
                "title": "Fabric:L2 Flow Key",
                "description": "L2 Record type key fields for flow record.",
                "x-allOf-name": "fabric.L2FlowKey",
                "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 'fabric.L2FlowKey', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.L2FlowKey"
                                ],
                                "default": "fabric.L2FlowKey",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.L2FlowKey"
                                ],
                                "default": "fabric.L2FlowKey",
                                "x-enum-as-string": true
                            },
                            "DestinationMac": {
                                "description": "L2 Packet destination address.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "EtherType": {
                                "description": "L2 Packet ether type field.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "SourceMac": {
                                "description": "L2 Packet source address.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.LanPinGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.LanPinGroup' 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 'fabric.LanPinGroup' resources.",
                "x-one-of-name": "fabric.LanPinGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.LanPinGroup.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"
                }
            },
            "fabric.LanPinGroup": {
                "title": "Fabric:Lan Pin Group",
                "description": "LAN PinGroup configuration sent by user for static pinning.",
                "x-allOf-name": "fabric.LanPinGroup",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PinGroup"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.LanPinGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.LanPinGroup"
                                ],
                                "default": "fabric.LanPinGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.LanPinGroup"
                                ],
                                "default": "fabric.LanPinGroup",
                                "x-enum-as-string": true
                            },
                            "PinTargetInterfaceRole": {
                                "$ref": "#/components/schemas/fabric.AbstractInterfaceRole.Relationship",
                                "description": "A reference to a fabricAbstractInterfaceRole resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.LanPinGroup.List": {
                "title": "List of 'fabric.LanPinGroup' 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 'fabric.LanPinGroup' 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 'fabric.LanPinGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.LanPinGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.LinkAggregationPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.LinkAggregationPolicy' 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 'fabric.LinkAggregationPolicy' resources.",
                "x-one-of-name": "fabric.LinkAggregationPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.LinkAggregationPolicy.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"
                }
            },
            "fabric.LinkAggregationPolicy.Relationship": {
                "description": "A relationship to the 'fabric.LinkAggregationPolicy' resource, or the expanded 'fabric.LinkAggregationPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.LinkAggregationPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.LinkAggregationPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.LinkAggregationPolicy": {
                "title": "Link Aggregation",
                "description": "A policy to configure the link settings for all the port channels (including LACP).",
                "x-allOf-name": "fabric.LinkAggregationPolicy",
                "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 'fabric.LinkAggregationPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.LinkAggregationPolicy"
                                ],
                                "default": "fabric.LinkAggregationPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.LinkAggregationPolicy"
                                ],
                                "default": "fabric.LinkAggregationPolicy",
                                "x-enum-as-string": true
                            },
                            "LacpRate": {
                                "description": "Flag used to indicate whether LACP PDUs are to be sent 'fast', i.e., every 1 second.\n* `normal` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `fast` - The standard 4th generation UCS Fabric Interconnect with 54 ports.",
                                "type": "string",
                                "enum": [
                                    "normal",
                                    "fast"
                                ],
                                "default": "normal",
                                "x-omitempty": true
                            },
                            "SuspendIndividual": {
                                "description": "Flag tells the switch whether to suspend the port if it didn\u2019t receive LACP PDU.",
                                "type": "boolean",
                                "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
                            }
                        }
                    }
                ]
            },
            "fabric.LinkAggregationPolicy.List": {
                "title": "List of 'fabric.LinkAggregationPolicy' 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 'fabric.LinkAggregationPolicy' 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 'fabric.LinkAggregationPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.LinkAggregationPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.LinkControlPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.LinkControlPolicy' 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 'fabric.LinkControlPolicy' resources.",
                "x-one-of-name": "fabric.LinkControlPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.LinkControlPolicy.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"
                }
            },
            "fabric.LinkControlPolicy.Relationship": {
                "description": "A relationship to the 'fabric.LinkControlPolicy' resource, or the expanded 'fabric.LinkControlPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.LinkControlPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.LinkControlPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.LinkControlPolicy": {
                "title": "Link Control",
                "description": "A policy to configure the link settings for all the ports (including UDLD).",
                "x-allOf-name": "fabric.LinkControlPolicy",
                "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 'fabric.LinkControlPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.LinkControlPolicy"
                                ],
                                "default": "fabric.LinkControlPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.LinkControlPolicy"
                                ],
                                "default": "fabric.LinkControlPolicy",
                                "x-enum-as-string": true
                            },
                            "UdldSettings": {
                                "description": "UDLD related configurations for the port and port-channel.",
                                "$ref": "#/components/schemas/fabric.UdldSettings",
                                "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
                            }
                        }
                    }
                ]
            },
            "fabric.LinkControlPolicy.List": {
                "title": "List of 'fabric.LinkControlPolicy' 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 'fabric.LinkControlPolicy' 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 'fabric.LinkControlPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.LinkControlPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.LldpGlobalSettings": {
                "title": "Fabric:Lldp Global Settings",
                "description": "Type to represent LLDP Global settings for the switch.",
                "x-allOf-name": "fabric.LldpGlobalSettings",
                "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 'fabric.LldpGlobalSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.LldpGlobalSettings"
                                ],
                                "default": "fabric.LldpGlobalSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.LldpGlobalSettings"
                                ],
                                "default": "fabric.LldpGlobalSettings",
                                "x-enum-as-string": true
                            },
                            "Enabled": {
                                "description": "Determines if the LLDP frames can be sent or received on the switch.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.LldpSettings": {
                "title": "LLDP Settings",
                "description": "The LLDP settings on an interface on the switch.",
                "x-allOf-name": "fabric.LldpSettings",
                "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 'fabric.LldpSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.LldpSettings"
                                ],
                                "default": "fabric.LldpSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.LldpSettings"
                                ],
                                "default": "fabric.LldpSettings",
                                "x-enum-as-string": true
                            },
                            "ReceiveEnabled": {
                                "description": "Determines if the LLDP frames can be received by an interface on the switch.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "TransmitEnabled": {
                                "description": "Determines if the LLDP frames can be transmitted by an interface on the switch.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.MacAgingSettings": {
                "title": "Fabric:Mac Aging Settings",
                "description": "Mac Address Table Aging option and time settings.",
                "x-allOf-name": "fabric.MacAgingSettings",
                "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 'fabric.MacAgingSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.MacAgingSettings"
                                ],
                                "default": "fabric.MacAgingSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.MacAgingSettings"
                                ],
                                "default": "fabric.MacAgingSettings",
                                "x-enum-as-string": true
                            },
                            "MacAgingOption": {
                                "description": "This specifies one of the option to configure the MAC address aging time.\n* `Default` - This option sets the default MAC address aging time to 14500 seconds for End Host mode.\n* `Custom` - This option allows the the user to configure the MAC address aging time on the switch. For Switch Model UCS-FI-6454 or higher, the valid range is 120 to 918000 seconds and the switch will set the lower multiple of 5 of the given time.\n* `Never` - This option disables the MAC address aging process and never allows the MAC address entries to get removed from the table.",
                                "type": "string",
                                "enum": [
                                    "Default",
                                    "Custom",
                                    "Never"
                                ],
                                "default": "Default",
                                "x-omitempty": true
                            },
                            "MacAgingTime": {
                                "description": "Define the MAC address aging time in seconds. This field is valid when the \"Custom\" MAC address aging option is selected.",
                                "type": "integer",
                                "format": "int32",
                                "default": 14500,
                                "minimum": 10,
                                "maximum": 918000,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.MacLearningSettings": {
                "title": "Fabric:Mac Learning Settings",
                "description": "Settings to control Mac learning options.",
                "x-allOf-name": "fabric.MacLearningSettings",
                "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 'fabric.MacLearningSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.MacLearningSettings"
                                ],
                                "default": "fabric.MacLearningSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.MacLearningSettings"
                                ],
                                "default": "fabric.MacLearningSettings",
                                "x-enum-as-string": true
                            },
                            "DisabledVlans": {
                                "description": "List of VLANs for which MAC learning is disabled. Applicable only when Fabric Interconnect is in Ethernet Switching Mode.",
                                "type": "string",
                                "pattern": "^$|^((\\d+\\-\\d+)|(\\d+))(,((\\d+\\-\\d+)|(\\d+)))*$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.MacSecEaPol": {
                "title": "EAPoL Configurations",
                "description": "Extensible authentication protocol over LAN (EAPoL). MACsec transmits MACsec key agreement (MKA) protocol data units (PDUs) using EAPoL packets to establish a secure session.",
                "x-allOf-name": "fabric.MacSecEaPol",
                "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 'fabric.MacSecEaPol', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.MacSecEaPol"
                                ],
                                "default": "fabric.MacSecEaPol",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.MacSecEaPol"
                                ],
                                "default": "fabric.MacSecEaPol",
                                "x-enum-as-string": true
                            },
                            "EaPolEthertype": {
                                "description": "Ethertype to use in extensible authentication protocol over LAN (EAPoL) frames for MACsec key agreement (MKA) protocol data units (PDUs). The range is between 0x600 - 0xffff.",
                                "type": "string",
                                "default": 34958,
                                "pattern": "^0x([6-9A-Fa-f][0-9A-Fa-f]{2}|[A-Fa-f0-9][0-9A-Fa-f]{3})$",
                                "x-omitempty": true
                            },
                            "EaPolMacAddress": {
                                "description": "MAC address to use in extensible authentication protocol over LAN (EAPoL) for MACsec key agreement (MKA) protocol data units (PDUs). EAPol mac address should not be equal to all-zero (0000.0000.0000).",
                                "type": "string",
                                "default": "0180.C200.0003",
                                "pattern": "^[0-9A-Fa-f]{4}\\.[0-9A-Fa-f]{4}\\.[0-9A-Fa-f]{4}$",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.MacSecPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.MacSecPolicy' 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 'fabric.MacSecPolicy' resources.",
                "x-one-of-name": "fabric.MacSecPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.MacSecPolicy.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"
                }
            },
            "fabric.MacSecPolicy.Relationship": {
                "description": "A relationship to the 'fabric.MacSecPolicy' resource, or the expanded 'fabric.MacSecPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.MacSecPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.MacSecPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.MacSecPolicy": {
                "title": "MACsec",
                "description": "A placeholder for MACSec (Media Access Control Security) configuration parameters, Primary/Fallback key chain and EAPol (Extensible Authentication Protocol over LAN) configurations.",
                "x-allOf-name": "fabric.MacSecPolicy",
                "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 'fabric.MacSecPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.MacSecPolicy"
                                ],
                                "default": "fabric.MacSecPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.MacSecPolicy"
                                ],
                                "default": "fabric.MacSecPolicy",
                                "x-enum-as-string": true
                            },
                            "CipherSuite": {
                                "description": "Cipher suite to be used for MACsec encryption.\n* `GCM-AES-XPN-256` - An extended Cipher Suite of GCM-AES-256 used in MACsec (Media Access Control Security) that incorporates Extended Packet Numbering (XPN) for enhanced security and scalability.\n* `GCM-AES-128` - This Cipher Suite employs the Advanced Encryption Standard (AES) with a 128-bit key in Galois/Counter Mode, offering both encryption and authentication.\n* `GCM-AES-256` - This Cipher Suite utilizes Advanced Encryption Standard (AES) with a 256-bit key in Galois/Counter Mode, offering a higher level of security compared to GCM-AES-128 due to the larger key size.\n* `GCM-AES-XPN-128` - An extended Cipher Suite of GCM-AES-128  used in MACsec (Media Access Control Security) that incorporates Extended Packet Numbering (XPN) to enhance security and scalability.",
                                "type": "string",
                                "enum": [
                                    "GCM-AES-XPN-256",
                                    "GCM-AES-128",
                                    "GCM-AES-256",
                                    "GCM-AES-XPN-128"
                                ],
                                "default": "GCM-AES-XPN-256",
                                "x-omitempty": true
                            },
                            "ConfidentialityOffset": {
                                "description": "The MACsec confidentiality offset specifies the number of bytes starting from the frame header. MACsec encrypts only the bytes after the offset in a frame.\n* `CONF-OFFSET-0` - A value of 0 means the entire ethernet frame is encrypted.\n* `CONF-OFFSET-30` - The first 30 bytes of the ethernet frame are not encrypted, and the rest of the frame is encrypted.\n* `CONF-OFFSET-50` - The first 50 bytes of the ethernet frame are not encrypted, and the rest of the frame is encrypted.",
                                "type": "string",
                                "enum": [
                                    "CONF-OFFSET-0",
                                    "CONF-OFFSET-30",
                                    "CONF-OFFSET-50"
                                ],
                                "default": "CONF-OFFSET-0",
                                "x-omitempty": true
                            },
                            "FallbackKeyChain": {
                                "description": "Fallback keychain for managing an alternative set of security keys to be used when a secure session cannot be established using the primary keychain.",
                                "$ref": "#/components/schemas/fabric.SecKeyChain",
                                "x-omitempty": true
                            },
                            "IncludeIcvIndicator": {
                                "description": "Configures inclusion of the optional integrity check value (ICV) indicator as part of the transmitted MACsec key agreement protocol data unit (PDU).",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "KeyServerPriority": {
                                "description": "The key server is selected by comparing key-server priority values during MACsec key agreement (MKA) message exchange between peer devices. Valid values range from 0 to 255. The lower the value, the higher the chance it will be selected as the key server.",
                                "type": "integer",
                                "format": "int64",
                                "default": 16,
                                "minimum": 0,
                                "maximum": 255,
                                "x-omitempty": true
                            },
                            "MacSecEaPol": {
                                "description": "Extensible authentication protocol over LAN (EAPoL). MACsec transmits MACsec key agreement (MKA) protocol data units (PDUs) using EAPoL packets to establish a secure session.",
                                "$ref": "#/components/schemas/fabric.MacSecEaPol",
                                "x-omitempty": true
                            },
                            "PrimaryKeyChain": {
                                "description": "Primary keychain for managing the default set of security keys for encryption and decryption.",
                                "$ref": "#/components/schemas/fabric.SecKeyChain",
                                "x-omitempty": true
                            },
                            "ReplayWindowSize": {
                                "description": "Defines the size of the replay protection window. It determines the number of packets that can be received out of order without being considered replay attacks.",
                                "type": "integer",
                                "format": "int64",
                                "default": 148809600,
                                "minimum": 0,
                                "maximum": 596000000,
                                "x-omitempty": true
                            },
                            "SakExpiryTime": {
                                "description": "Time in seconds to force secure association key (SAK) rekey. Valid range is from 60 to 2592000 seconds when configured. When not configured, the SAK rekey interval is determined based on the interface speed.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 2592000,
                                "x-omitempty": true
                            },
                            "SecurityPolicy": {
                                "description": "The security policy specifies the level of MACsec enforcement on network traffic passing through a given interface.\nShould secure allows unencrypted traffic to flow until the MACsec key agreement (MKA) session is secured. After the MKA session is secured, the policy switches to only allow encrypted traffic to flow. Must secure imposes only MACsec encrypted traffic to flow. Traffic will be dropped, until the MKA session is not secured.\n* `Should-secure` - Should secure allows unencrypted traffic to flow until the MACsec key agreement (MKA) session is secured. After the MKA session is secured, the policy switches to only allow encrypted traffic to flow.\n* `Must-secure` - Must secure imposes only MACsec encrypted traffic to flow. Traffic will be dropped, until the MKA session is not secured.",
                                "type": "string",
                                "enum": [
                                    "Should-secure",
                                    "Must-secure"
                                ],
                                "default": "Should-secure",
                                "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
                            }
                        }
                    }
                ]
            },
            "fabric.MacSecPolicy.List": {
                "title": "List of 'fabric.MacSecPolicy' 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 'fabric.MacSecPolicy' 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 'fabric.MacSecPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.MacSecPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.MulticastPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.MulticastPolicy' 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 'fabric.MulticastPolicy' resources.",
                "x-one-of-name": "fabric.MulticastPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.MulticastPolicy.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"
                }
            },
            "fabric.MulticastPolicy.Relationship": {
                "description": "A relationship to the 'fabric.MulticastPolicy' resource, or the expanded 'fabric.MulticastPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.MulticastPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.MulticastPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.MulticastPolicy": {
                "title": "Multicast",
                "description": "A policy to configure Multicast settings for all the Virtual LAN networks.",
                "x-allOf-name": "fabric.MulticastPolicy",
                "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 'fabric.MulticastPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.MulticastPolicy"
                                ],
                                "default": "fabric.MulticastPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.MulticastPolicy"
                                ],
                                "default": "fabric.MulticastPolicy",
                                "x-enum-as-string": true
                            },
                            "QuerierIpAddress": {
                                "description": "Used to define the IGMP Querier IP address.",
                                "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
                            },
                            "QuerierIpAddressPeer": {
                                "description": "Used to define the IGMP Querier IP address of the peer switch.",
                                "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
                            },
                            "QuerierState": {
                                "description": "Administrative state of the IGMP Querier for this VLAN.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            },
                            "SnoopingState": {
                                "description": "Administrative state of the IGMP Snooping for this VLAN.\n* `Enabled` - Admin configured Enabled State.\n* `Disabled` - Admin configured Disabled State.",
                                "type": "string",
                                "enum": [
                                    "Enabled",
                                    "Disabled"
                                ],
                                "default": "Enabled",
                                "x-omitempty": true
                            },
                            "SrcIpProxy": {
                                "description": "Administrative state of the IGMP source IP proxy for this VLAN.\n* `Enabled` - Admin configured Enabled State.\n* `Disabled` - Admin configured Disabled State.",
                                "type": "string",
                                "enum": [
                                    "Enabled",
                                    "Disabled"
                                ],
                                "default": "Enabled",
                                "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
                            }
                        }
                    }
                ]
            },
            "fabric.MulticastPolicy.List": {
                "title": "List of 'fabric.MulticastPolicy' 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 'fabric.MulticastPolicy' 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 'fabric.MulticastPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.MulticastPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.NetFlowExporter.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.NetFlowExporter' 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 'fabric.NetFlowExporter' resources.",
                "x-one-of-name": "fabric.NetFlowExporter.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.NetFlowExporter.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"
                }
            },
            "fabric.NetFlowExporter.Relationship": {
                "description": "A relationship to the 'fabric.NetFlowExporter' resource, or the expanded 'fabric.NetFlowExporter' resource, or the 'null' value.",
                "x-one-of-name": "fabric.NetFlowExporter.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.NetFlowExporter"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.NetFlowExporter": {
                "title": "Fabric:Net Flow Exporter",
                "description": "The NetFlowExporter object manages the transmission of captured flow data to external analysis systems. It formalizes the connection parameters and protocol behaviors required to export telemetry from the network fabric to a NetFlow collector.\n### Purpose\nThe NetFlowExporter defines the \"where\" and \"how\" of data delivery. It encapsulates the destination details, source interface requirements, and the timing intervals for metadata synchronization, ensuring that the collector receives flow information in a reliable and interpretable format.\n### Key Concepts\n*   **Collector Connectivity:** Specifies the destination IP and UDP port for the NetFlow collector, which processes and stores the exported records.\n*   **Transmission Control:** Manages Quality of Service (QoS) through DSCP markings and defines the source interface to ensure export packets are correctly routed.\n*   **Template Management:** Controls the frequency at which data templates and metadata (such as interface tables and exporter statistics) are sent to the collector to maintain data integrity.\n*   **Standardized Export:** Utilizes industry-standard versions (such as Version 9) to ensure compatibility with a wide range of third-party monitoring tools.",
                "x-allOf-name": "fabric.NetFlowExporter",
                "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 'fabric.NetFlowExporter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.NetFlowExporter"
                                ],
                                "default": "fabric.NetFlowExporter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.NetFlowExporter"
                                ],
                                "default": "fabric.NetFlowExporter",
                                "x-enum-as-string": true
                            },
                            "Destination": {
                                "description": "Netflow collector IP address, The Netflow collector receives flow records from one or more exporters.  It processes the received export packets and stores the flow record information.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Dscp": {
                                "description": "DSCP value for export packets to ensure they receive proper QoS treatment. By default, NetFlow export packets may use the default DSCP value (usually 0, equivalent to Best Effort).",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 63,
                                "x-omitempty": true
                            },
                            "GatewayIp": {
                                "description": "Gateway IP address for the export interface network.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of netflow exporter. Must be a maximum of 31 characters, without spacing.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "OptionExporterStatsTimeout": {
                                "description": "The time interval, in seconds, during which a NetFlow collector maintains an option template after it has been received from an exporter. An Option Template Record is a special type of template in NetFlow used to export metadata or control information, rather than flow data such as sampling parameters or exporter statistics.",
                                "type": "integer",
                                "format": "int64",
                                "default": 600,
                                "minimum": 60,
                                "maximum": 86400,
                                "x-omitempty": true
                            },
                            "OptionInterfaceTableTimeout": {
                                "description": "The time interval, in seconds, during which a NetFlow collector maintains an interface option template after it has been received from an exporter. The optionInterfaceTable refers to an option data record exported by NetFlow exporters that provides metadata about network interfaces such as interface names, types, and speeds.",
                                "type": "integer",
                                "format": "int64",
                                "default": 600,
                                "minimum": 60,
                                "maximum": 86400,
                                "x-omitempty": true
                            },
                            "SourceInterface": {
                                "description": "Netflow exporter source interface, used as the source address for netflow export packet.",
                                "$ref": "#/components/schemas/fabric.VlanExportInterface",
                                "x-omitempty": true
                            },
                            "TemplateDataTimeout": {
                                "description": "The time interval, in seconds, during which a NetFlow collector maintains a template after it has been received from an exporter. templateData refers to the actual flow record data that is exported from a exporter to a collector, using a previously defined template. The template specifies the structure and the templateData provides the corresponding values for those fields for each flow.",
                                "type": "integer",
                                "format": "int64",
                                "default": 600,
                                "minimum": 60,
                                "maximum": 86400,
                                "x-omitempty": true
                            },
                            "UdpPort": {
                                "description": "NetFlow export packets are encapsulated within UDP datagrams for transmission to the NetFlow collector.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "maximum": 65535,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Version of flow record format exported in exporter packet.  The value of this field is 9 for the current version.",
                                "type": "integer",
                                "format": "int64",
                                "default": 9,
                                "minimum": 1,
                                "maximum": 10,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetFlowPolicy": {
                                "$ref": "#/components/schemas/fabric.NetFlowPolicy.Relationship",
                                "description": "A reference to a fabricNetFlowPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "NetflowMonitors": {
                                "description": "An array of relationships to fabricNetFlowMonitor resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.NetFlowMonitor.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.NetFlowExporter.List": {
                "title": "List of 'fabric.NetFlowExporter' 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 'fabric.NetFlowExporter' 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 'fabric.NetFlowExporter' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.NetFlowExporter"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.NetFlowMonitor.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.NetFlowMonitor' 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 'fabric.NetFlowMonitor' resources.",
                "x-one-of-name": "fabric.NetFlowMonitor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.NetFlowMonitor.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"
                }
            },
            "fabric.NetFlowMonitor.Relationship": {
                "description": "A relationship to the 'fabric.NetFlowMonitor' resource, or the expanded 'fabric.NetFlowMonitor' resource, or the 'null' value.",
                "x-one-of-name": "fabric.NetFlowMonitor.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.NetFlowMonitor"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.NetFlowMonitor": {
                "title": "Fabric:Net Flow Monitor",
                "description": "The NetFlowMonitor object is the orchestrating element that applies monitoring logic to the network. It functions as the operational bridge, linking data collection definitions with export configurations to enable active traffic analysis on specific interfaces.\n ### Purpose\n A NetFlowMonitor serves as the deployment mechanism for telemetry. By combining a NetFlowRecord with one or more NetFlowExporters, it creates a complete monitoring profile that can be applied to virtual or physical interfaces to track real-time traffic patterns.\n ### Key Concepts\n *   **Functional Association:** Binds a single data template (Record) to specific delivery destinations (Exporters), creating a unified monitoring workflow.\n *   **Interface Application:** Acts as the primary object referenced when enabling NetFlow on network interfaces or vNICs.\n *   **Scalable Export:** Supports association with multiple exporters, allowing the same flow data to be sent to different collectors for redundancy or specialized analysis.\n *   **Usage Tracking:** Maintains visibility into how many network components are actively utilizing the monitor, aiding in fabric-wide resource management.",
                "x-allOf-name": "fabric.NetFlowMonitor",
                "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 'fabric.NetFlowMonitor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.NetFlowMonitor"
                                ],
                                "default": "fabric.NetFlowMonitor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.NetFlowMonitor"
                                ],
                                "default": "fabric.NetFlowMonitor",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Netflow Monitor name, must be a maximum of 63 characters, without spacing.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "VnicUsageCount": {
                                "description": "The count of the NetFlow monitor usage on vNICs.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FlowExporters": {
                                "description": "An array of relationships to fabricNetFlowExporter resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.NetFlowExporter.Relationship"
                                },
                                "nullable": true
                            },
                            "FlowRecord": {
                                "$ref": "#/components/schemas/fabric.NetFlowRecord.Relationship",
                                "description": "A reference to a fabricNetFlowRecord resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "NetFlowPolicy": {
                                "$ref": "#/components/schemas/fabric.NetFlowPolicy.Relationship",
                                "description": "A reference to a fabricNetFlowPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.NetFlowMonitor.List": {
                "title": "List of 'fabric.NetFlowMonitor' 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 'fabric.NetFlowMonitor' 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 'fabric.NetFlowMonitor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.NetFlowMonitor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.NetFlowPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.NetFlowPolicy' 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 'fabric.NetFlowPolicy' resources.",
                "x-one-of-name": "fabric.NetFlowPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.NetFlowPolicy.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"
                }
            },
            "fabric.NetFlowPolicy.Relationship": {
                "description": "A relationship to the 'fabric.NetFlowPolicy' resource, or the expanded 'fabric.NetFlowPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.NetFlowPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.NetFlowPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.NetFlowPolicy": {
                "title": "NetFlow Configuration",
                "description": "A policy to configure the Netflow flow record, exporter configuration and Flow Monitor.",
                "x-allOf-name": "fabric.NetFlowPolicy",
                "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 'fabric.NetFlowPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.NetFlowPolicy"
                                ],
                                "default": "fabric.NetFlowPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.NetFlowPolicy"
                                ],
                                "default": "fabric.NetFlowPolicy",
                                "x-enum-as-string": 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
                            },
                            "Profiles": {
                                "description": "An array of relationships to fabricBaseSwitchProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.BaseSwitchProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.NetFlowPolicy.List": {
                "title": "List of 'fabric.NetFlowPolicy' 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 'fabric.NetFlowPolicy' 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 'fabric.NetFlowPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.NetFlowPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.NetFlowRecord.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.NetFlowRecord' 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 'fabric.NetFlowRecord' resources.",
                "x-one-of-name": "fabric.NetFlowRecord.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.NetFlowRecord.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"
                }
            },
            "fabric.NetFlowRecord.Relationship": {
                "description": "A relationship to the 'fabric.NetFlowRecord' resource, or the expanded 'fabric.NetFlowRecord' resource, or the 'null' value.",
                "x-one-of-name": "fabric.NetFlowRecord.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.NetFlowRecord"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.NetFlowRecord": {
                "title": "NetFlow Record",
                "description": "The NetFlowRecord object is a fundamental component of the network telemetry system, designed to define the specific structure and attributes of the traffic data to be collected. It acts as a template that determines which characteristics of a network flow are tracked and recorded.\n### Purpose\nA NetFlowRecord defines the \"what\" of network monitoring. It specifies the criteria used to identify unique flows and the statistics to be gathered for those flows. By configuring a record, administrators can customize visibility into IPv4, IPv6, or Layer 2 traffic based on organizational requirements.\n### Key Concepts\n*   **Flow Identification (Keys):** Uses specific packet fields\u2014such as source/destination addresses, ports, and protocols\u2014to distinguish one network flow from another.\n*   **Telemetry Collection (Non-Keys):** Captures operational data including packet and byte counters, as well as system timestamps for flow start and end times.\n*   **Protocol Versatility:** Supports multiple network layers, allowing for specialized monitoring of different traffic types (L2, IPv4, and IPv6).",
                "x-allOf-name": "fabric.NetFlowRecord",
                "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 'fabric.NetFlowRecord', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.NetFlowRecord"
                                ],
                                "default": "fabric.NetFlowRecord",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.NetFlowRecord"
                                ],
                                "default": "fabric.NetFlowRecord",
                                "x-enum-as-string": true
                            },
                            "FlowNonKey": {
                                "description": "Flow Non-Key (byte counter, packet counter, first system uptime and last system uptime).",
                                "$ref": "#/components/schemas/fabric.FlowNonKey",
                                "x-omitempty": true
                            },
                            "Ipv4FlowKey": {
                                "description": "IPv4 Flow Key (source address, destination address, protocol, source port, destination port and tos).",
                                "$ref": "#/components/schemas/fabric.Ipv4FlowKey",
                                "x-omitempty": true
                            },
                            "Ipv6FlowKey": {
                                "description": "IPv6 Flow Key (source address, destination address, protocol, source port and destination port).",
                                "$ref": "#/components/schemas/fabric.Ipv6FlowKey",
                                "x-omitempty": true
                            },
                            "L2FlowKey": {
                                "description": "L2 Flow Key (source mac-address, destination mac-address and ether-type).",
                                "$ref": "#/components/schemas/fabric.L2FlowKey",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Netflow record name. Must be a maximum of 63 characters, without spacing.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "RecordType": {
                                "description": "Netflow Record Type IPv4, IPv6 and L2.\n* `Invalid` - Netflow record invlaid type.\n* `IPv4` - Netflow record type for IPv4 packet.\n* `IPv6` - Netflow record type for IPv6 packet.\n* `L2` - Netflow record type for L2 packet.",
                                "type": "string",
                                "enum": [
                                    "Invalid",
                                    "IPv4",
                                    "IPv6",
                                    "L2"
                                ],
                                "default": "Invalid",
                                "x-omitempty": true
                            },
                            "NetFlowPolicy": {
                                "$ref": "#/components/schemas/fabric.NetFlowPolicy.Relationship",
                                "description": "A reference to a fabricNetFlowPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "NetflowMonitors": {
                                "description": "An array of relationships to fabricNetFlowMonitor resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.NetFlowMonitor.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.NetFlowRecord.List": {
                "title": "List of 'fabric.NetFlowRecord' 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 'fabric.NetFlowRecord' 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 'fabric.NetFlowRecord' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.NetFlowRecord"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.NodeRole": {
                "title": "Fabric:Node Role",
                "description": "Configuration object sent by user to apply on a chassis-slotted node.",
                "x-allOf-name": "fabric.NodeRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractInterfaceRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.NodeRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.SecureRouterRole"
                                ],
                                "default": "fabric.SecureRouterRole",
                                "x-enum-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": [
                                    "fabric.SecureRouterRole"
                                ],
                                "default": "fabric.SecureRouterRole",
                                "x-enum-as-string": true
                            },
                            "NodeSlotId": {
                                "description": "Chassis slot identifier where the node is physically installed.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "maximum": 5,
                                "x-omitempty": true
                            },
                            "PortPolicy": {
                                "$ref": "#/components/schemas/fabric.PortPolicy.Relationship",
                                "description": "A reference to a fabricPortPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.PcMember.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.PcMember' 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 'fabric.PcMember' resources.",
                "x-one-of-name": "fabric.PcMember.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.PcMember.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"
                }
            },
            "fabric.PcMember": {
                "title": "Fabric:Pc Member",
                "description": "PcMember object is to establish the relationship between port parameters and pcId.",
                "x-allOf-name": "fabric.PcMember",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.PcMember', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.PcMember"
                                ],
                                "default": "fabric.PcMember",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.PcMember"
                                ],
                                "default": "fabric.PcMember",
                                "x-enum-as-string": true
                            },
                            "PcId": {
                                "description": "Port Channel Identifier for the collection of ports.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "PortPolicy": {
                                "$ref": "#/components/schemas/fabric.PortPolicy.Relationship",
                                "description": "A reference to a fabricPortPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.PcMember.List": {
                "title": "List of 'fabric.PcMember' 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 'fabric.PcMember' 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 'fabric.PcMember' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.PcMember"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.PcOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.PcOperation' 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 'fabric.PcOperation' resources.",
                "x-one-of-name": "fabric.PcOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.PcOperation.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"
                }
            },
            "fabric.PcOperation": {
                "title": "Fabric:Pc Operation",
                "description": "PcOperation objects allows the user to alter the state of the port channel.",
                "x-allOf-name": "fabric.PcOperation",
                "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 'fabric.PcOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.PcOperation"
                                ],
                                "default": "fabric.PcOperation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.PcOperation"
                                ],
                                "default": "fabric.PcOperation",
                                "x-enum-as-string": true
                            },
                            "AdminAction": {
                                "description": "An operation that has to be perfomed on the port channel. Default value is None which means there will be no implicit port operation triggered.\n* `None` - No admin triggered action.\n* `SetUserLabel` - Admin triggered operation to set the user label on the port channel.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "SetUserLabel"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Admin configured state to disable the port channel.\n* `Enabled` - Admin configured Enabled State.\n* `Disabled` - Admin configured Disabled State.",
                                "type": "string",
                                "enum": [
                                    "Enabled",
                                    "Disabled"
                                ],
                                "default": "Enabled",
                                "x-omitempty": true
                            },
                            "ConfigState": {
                                "description": "The configured state of these settings in the target chassis. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the admin state changes are applied successfully in the target FI domain. Applying - This state denotes that the admin state changes are being applied in the target FI domain. Failed - This state denotes that the admin state changes could not be applied in the target FI domain.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "PcId": {
                                "description": "Port Channel Identifier for the collection of ports.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the a Port.",
                                "type": "string",
                                "pattern": "^[!#%\\s+&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$",
                                "minLength": 0,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.PcOperation.List": {
                "title": "List of 'fabric.PcOperation' 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 'fabric.PcOperation' 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 'fabric.PcOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.PcOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.PfcWatchDog": {
                "title": "PFC Watchdog",
                "description": "Configuration for Priority-based Flow Control (PFC) Watchdog.",
                "x-allOf-name": "fabric.PfcWatchDog",
                "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 'fabric.PfcWatchDog', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.PfcWatchDog"
                                ],
                                "default": "fabric.PfcWatchDog",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.PfcWatchDog"
                                ],
                                "default": "fabric.PfcWatchDog",
                                "x-enum-as-string": true
                            },
                            "IsWatchdogEnabled": {
                                "description": "Enables or disables the Priority-based Flow Control (PFC) watchdog feature. When enabled, the watchdog actively monitors PFC pause frames. By default Priority Flow Control is enabled for new QoS policies. Existing policies remain unaffected.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "ShutdownMultiplier": {
                                "description": "The Shutdown Multiplier, multiplied by the watchdog timer, determines the total duration a Priority-based Flow Control (PFC)-enabled queue remains in shutdown mode. The maximum Watchdog Shutdown Multiplier is 10. However, if the Watchdog Interval exceeds 500 milliseconds, the Multiplier limit is reduced to 2.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1,
                                "minimum": 1,
                                "maximum": 10,
                                "x-omitempty": true
                            },
                            "WatchdogInterval": {
                                "description": "Time in milliseconds for the PFC Watchdog. The Watchdog product (Watchdog Interval (in milliseconds) \u00d7 Shutdown Multiplier) cannot exceed 1000ms.",
                                "type": "integer",
                                "format": "int64",
                                "default": 500,
                                "minimum": 100,
                                "maximum": 1000,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.PinGroup": {
                "title": "Fabric:Pin Group",
                "description": "PinGroup configuration sent by user.",
                "x-allOf-name": "fabric.PinGroup",
                "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 'fabric.PinGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.LanPinGroup",
                                    "fabric.SanPinGroup"
                                ],
                                "x-enum-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": [
                                    "fabric.LanPinGroup",
                                    "fabric.SanPinGroup"
                                ],
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Name of the Pingroup for static pinning.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9_.:-]{1,64}$",
                                "x-omitempty": true
                            },
                            "PortPolicy": {
                                "$ref": "#/components/schemas/fabric.PortPolicy.Relationship",
                                "description": "A reference to a fabricPortPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.PortBase": {
                "title": "Fabric:Port Base",
                "description": "Abstract representation of Switch/FEX/Chassis Port.\nA common port naming convention is to identify a port as \"slotId/portId\" when no breakout port is configured\nand \"slotId/aggregatePortId/portId\" when a breakout port is configured.",
                "x-allOf-name": "fabric.PortBase",
                "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 'fabric.PortBase', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.PcMember",
                                    "fabric.PortOperation"
                                ],
                                "x-enum-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": [
                                    "fabric.PcMember",
                                    "fabric.PortOperation"
                                ],
                                "x-enum-as-string": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port Identifier of the Switch Interface.\nWhen a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused.\nWhen a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment,\ne.g. the id of the port on the switch.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port Identifier of the Switch/FEX/Chassis Interface.\nWhen a port is not configured as a breakout port, the portId is the port number as labeled on the equipment,\ne.g. the id of the port on the switch, FEX or chassis.\nWhen a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot Identifier of the Switch/FEX/Chassis Interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.PortChannelRole": {
                "title": "Fabric:Port Channel Role",
                "description": "Configuration object sent by user to apply on a port-channel.",
                "x-allOf-name": "fabric.PortChannelRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractInterfaceRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.PortChannelRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.AppliancePcRole",
                                    "fabric.FcUplinkPcRole",
                                    "fabric.FcoeUplinkPcRole",
                                    "fabric.UplinkPcRole"
                                ],
                                "x-enum-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": [
                                    "fabric.AppliancePcRole",
                                    "fabric.FcUplinkPcRole",
                                    "fabric.FcoeUplinkPcRole",
                                    "fabric.UplinkPcRole"
                                ],
                                "x-enum-as-string": true
                            },
                            "PcId": {
                                "description": "Unique Identifier of the port-channel, local to this switch.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 256,
                                "x-omitempty": true
                            },
                            "Ports": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of switch ports that will be part of port channel.",
                                    "$ref": "#/components/schemas/fabric.PortIdentifier",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the a Port.",
                                "type": "string",
                                "pattern": "^[!#%\\s+&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$",
                                "minLength": 0,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "PortPolicy": {
                                "$ref": "#/components/schemas/fabric.PortPolicy.Relationship",
                                "description": "A reference to a fabricPortPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.PortIdentifier": {
                "title": "Fabric:Port Identifier",
                "description": "Type to represent switch ports.\nA common port naming convention is to identify a port as \"slotId/portId\" when no breakout port is configured\nand \"slotId/aggregatePortId/portId\" when a breakout port is configured.",
                "x-allOf-name": "fabric.PortIdentifier",
                "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 'fabric.PortIdentifier', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.PortIdentifier"
                                ],
                                "default": "fabric.PortIdentifier",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.PortIdentifier"
                                ],
                                "default": "fabric.PortIdentifier",
                                "x-enum-as-string": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port Identifier of the Switch Interface.\nWhen a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused.\nWhen a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment,\ne.g. the id of the port on the switch.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 108,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port Identifier of the Switch/FEX/Chassis Interface.\nWhen a port is not configured as a breakout port, the portId is the port number as labeled on the equipment,\ne.g. the id of the port on the switch, FEX or chassis.\nWhen a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 108,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot Identifier of the Switch/FEX/Chassis Interface.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 5,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.PortMode.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.PortMode' 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 'fabric.PortMode' resources.",
                "x-one-of-name": "fabric.PortMode.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.PortMode.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"
                }
            },
            "fabric.PortMode": {
                "title": "Fabric:Port Mode",
                "description": "Object sent by user to configure range of unified ports as FC/Ethernet or ports as breakout.",
                "x-allOf-name": "fabric.PortMode",
                "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 'fabric.PortMode', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.PortMode"
                                ],
                                "default": "fabric.PortMode",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.PortMode"
                                ],
                                "default": "fabric.PortMode",
                                "x-enum-as-string": true
                            },
                            "CustomMode": {
                                "description": "Custom Port Mode specified for the port range.\n* `FibreChannel` - Fibre Channel Port Types.\n* `BreakoutEthernet10G` - Breakout Ethernet 10G Port Type.\n* `BreakoutEthernet25G` - Breakout Ethernet 25G Port Type.\n* `BreakoutEthernet4x100G` - Breakout Ethernet 4x100G Port Type.\n* `BreakoutEthernet2x100G` - Breakout Ethernet 2x100G Port Type.\n* `BreakoutFibreChannel8G` - Breakout FibreChannel 8G Port Type.\n* `BreakoutFibreChannel16G` - Breakout FibreChannel 16G Port Type.\n* `BreakoutFibreChannel32G` - Breakout FibreChannel 32G Port Type.",
                                "type": "string",
                                "enum": [
                                    "FibreChannel",
                                    "BreakoutEthernet10G",
                                    "BreakoutEthernet25G",
                                    "BreakoutEthernet4x100G",
                                    "BreakoutEthernet2x100G",
                                    "BreakoutFibreChannel8G",
                                    "BreakoutFibreChannel16G",
                                    "BreakoutFibreChannel32G"
                                ],
                                "default": "FibreChannel",
                                "x-omitempty": true
                            },
                            "PortIdEnd": {
                                "description": "Ending range of the Port Identifier.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "PortIdStart": {
                                "description": "Starting range of the Port Identifier.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot Identifier of the switch.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "PortPolicy": {
                                "$ref": "#/components/schemas/fabric.PortPolicy.Relationship",
                                "description": "A reference to a fabricPortPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.PortMode.List": {
                "title": "List of 'fabric.PortMode' 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 'fabric.PortMode' 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 'fabric.PortMode' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.PortMode"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.PortOperation.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.PortOperation' 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 'fabric.PortOperation' resources.",
                "x-one-of-name": "fabric.PortOperation.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.PortOperation.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"
                }
            },
            "fabric.PortOperation": {
                "title": "Fabric:Port Operation",
                "description": "PortOperation objects allows the user to alter the state of the port.",
                "x-allOf-name": "fabric.PortOperation",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortBase"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.PortOperation', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.PortOperation"
                                ],
                                "default": "fabric.PortOperation",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.PortOperation"
                                ],
                                "default": "fabric.PortOperation",
                                "x-enum-as-string": true
                            },
                            "AdminAction": {
                                "description": "An operation that has to be perfomed on the switch or IOM port. Default value is None which means there will be no implicit port operation triggered.\n* `None` - No admin triggered action.\n* `ResetServerPortConfiguration` - Admin triggered operation to reset the server port to its original configuration.\n* `SetUserLabel` - Admin triggered operation to set the user label on the port.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "ResetServerPortConfiguration",
                                    "SetUserLabel"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Admin configured state to disable the port.\n* `Enabled` - Admin configured Enabled State.\n* `Disabled` - Admin configured Disabled State.",
                                "type": "string",
                                "enum": [
                                    "Enabled",
                                    "Disabled"
                                ],
                                "default": "Enabled",
                                "x-omitempty": true
                            },
                            "ConfigState": {
                                "description": "The configured state of these settings in the target chassis. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the admin state changes are applied successfully in the target FI domain. Applying - This state denotes that the admin state changes are being applied in the target FI domain. Failed - This state denotes that the admin state changes could not be applied in the target FI domain.\n* `None` - Nil value when no action has been triggered by the user.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Failed` - User configured settings could not be applied.\n* `Scheduled` - User configured settings are scheduled to be applied.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Applied",
                                    "Applying",
                                    "Failed",
                                    "Scheduled"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "FexId": {
                                "description": "FEX/IOM identifier to denote its Host ports in the format - FexId/SlotId/PortId.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "SwitchName": {
                                "description": "Name of the switch on which the port operation is performed.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the a Port.",
                                "type": "string",
                                "pattern": "^[!#%\\s+&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$",
                                "minLength": 0,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.PortOperation.List": {
                "title": "List of 'fabric.PortOperation' 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 'fabric.PortOperation' 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 'fabric.PortOperation' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.PortOperation"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.PortPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.PortPolicy' 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 'fabric.PortPolicy' resources.",
                "x-one-of-name": "fabric.PortPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.PortPolicy.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"
                }
            },
            "fabric.PortPolicy.Relationship": {
                "description": "A relationship to the 'fabric.PortPolicy' resource, or the expanded 'fabric.PortPolicy' resource, or the 'null' value.",
                "x-one-of-name": "fabric.PortPolicy.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.PortPolicy"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.PortPolicy": {
                "title": "Port",
                "description": "A policy for all the physical ports of the Fabric Interconnect.",
                "x-allOf-name": "fabric.PortPolicy",
                "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 'fabric.PortPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.PortPolicy"
                                ],
                                "default": "fabric.PortPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.PortPolicy"
                                ],
                                "default": "fabric.PortPolicy",
                                "x-enum-as-string": true
                            },
                            "DeviceModel": {
                                "description": "This field specifies the device model that this Port Policy is being configured for.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `UCS-FI-6652` - The standard 6th generation UCS Fabric Interconnect with 52 ports.\n* `UCSXE-ECMC-10G` - Cisco UCS XE ECMC 10G with 2 ports.\n* `UCSXE-ECMC-G1` - Cisco UCS XE ECMC G1 with 2 ports.\n* `unknown` - Unknown device type, usage is TBD.",
                                "type": "string",
                                "enum": [
                                    "UCS-FI-6454",
                                    "UCS-FI-64108",
                                    "UCS-FI-6536",
                                    "UCSX-S9108-100G",
                                    "UCS-FI-6664",
                                    "UCS-FI-6652",
                                    "UCSXE-ECMC-10G",
                                    "UCSXE-ECMC-G1",
                                    "unknown"
                                ],
                                "default": "UCS-FI-6454",
                                "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
                            },
                            "Profiles": {
                                "description": "An array of relationships to fabricBaseSwitchProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.BaseSwitchProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.PortPolicy.List": {
                "title": "List of 'fabric.PortPolicy' 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 'fabric.PortPolicy' 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 'fabric.PortPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.PortPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.PortRole": {
                "title": "Fabric:Port Role",
                "description": "Configuration object sent by user to apply on a port.\nA common port naming convention is to identify a port as \"slotId/portId\" when no breakout port is configured\nand \"slotId/aggregatePortId/portId\" when a breakout port is configured.",
                "x-allOf-name": "fabric.PortRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractInterfaceRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.PortRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.ApplianceRole",
                                    "fabric.FcStorageRole",
                                    "fabric.FcUplinkRole",
                                    "fabric.FcoeUplinkRole",
                                    "fabric.ServerRole",
                                    "fabric.UplinkRole"
                                ],
                                "x-enum-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": [
                                    "fabric.ApplianceRole",
                                    "fabric.FcStorageRole",
                                    "fabric.FcUplinkRole",
                                    "fabric.FcoeUplinkRole",
                                    "fabric.ServerRole",
                                    "fabric.UplinkRole"
                                ],
                                "x-enum-as-string": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port Identifier of the Switch Interface.\nWhen a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused.\nWhen a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment,\ne.g. the id of the port on the switch.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 108,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port Identifier of the Switch/FEX/Chassis Interface.\nWhen a port is not configured as a breakout port, the portId is the port number as labeled on the equipment,\ne.g. the id of the port on the switch, FEX or chassis.\nWhen a port is configured as a breakout port, the 'portId' represents the port id on the fanout side of the breakout cable.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 108,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot Identifier of the Switch/FEX/Chassis Interface.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 5,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to a Port.",
                                "type": "string",
                                "pattern": "^[!#%\\s+&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$",
                                "minLength": 0,
                                "maxLength": 128,
                                "x-omitempty": true
                            },
                            "PortPolicy": {
                                "$ref": "#/components/schemas/fabric.PortPolicy.Relationship",
                                "description": "A reference to a fabricPortPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.QosClass": {
                "title": "Fabric:Qos Class",
                "description": "Type to represent the Best Effort QoS class.",
                "x-allOf-name": "fabric.QosClass",
                "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 'fabric.QosClass', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.QosClass"
                                ],
                                "default": "fabric.QosClass",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.QosClass"
                                ],
                                "default": "fabric.QosClass",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Administrative state for this QoS class.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            },
                            "BandwidthPercent": {
                                "description": "Percentage of bandwidth received by the traffic tagged with this QoS.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 100,
                                "x-omitempty": true
                            },
                            "Cos": {
                                "description": "Class of service received by the traffic tagged with this QoS.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 255,
                                "x-omitempty": true
                            },
                            "Mtu": {
                                "description": "Maximum transmission unit (MTU) is the largest size packet or frame,\nthat can be sent in a packet- or frame-based network such as the Internet.\nUser can select from the following:\n1. Any value between 1500 and 9216\n2. 'Normal' (default) mapping to a value of 1500.\n3. 'FC' mapping to a value of 2240.",
                                "type": "integer",
                                "format": "int64",
                                "default": 1500,
                                "minimum": 1500,
                                "maximum": 9216,
                                "x-omitempty": true
                            },
                            "MulticastOptimize": {
                                "description": "If enabled, this QoS class will be optimized to send multiple packets.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The 'name' of this QoS Class.\n* `Best Effort` - QoS Priority for Best-effort traffic.\n* `FC` - QoS Priority for FC traffic.\n* `Platinum` - QoS Priority for Platinum traffic.\n* `Gold` - QoS Priority for Gold traffic.\n* `Silver` - QoS Priority for Silver traffic.\n* `Bronze` - QoS Priority for Bronze traffic.",
                                "type": "string",
                                "enum": [
                                    "Best Effort",
                                    "FC",
                                    "Platinum",
                                    "Gold",
                                    "Silver",
                                    "Bronze"
                                ],
                                "default": "Best Effort",
                                "x-omitempty": true
                            },
                            "PacketDrop": {
                                "description": "If enabled, this QoS class will allow packet drops within an acceptable limit.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "Weight": {
                                "description": "The weight of the QoS Class controls the distribution of bandwidth between QoS Classes,\nwith the same priority after the Guarantees for the QoS Classes are reached.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.SanPinGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SanPinGroup' 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 'fabric.SanPinGroup' resources.",
                "x-one-of-name": "fabric.SanPinGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SanPinGroup.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"
                }
            },
            "fabric.SanPinGroup": {
                "title": "Fabric:San Pin Group",
                "description": "SAN PinGroup configuration sent by user for static pinning.",
                "x-allOf-name": "fabric.SanPinGroup",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PinGroup"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SanPinGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SanPinGroup"
                                ],
                                "default": "fabric.SanPinGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SanPinGroup"
                                ],
                                "default": "fabric.SanPinGroup",
                                "x-enum-as-string": true
                            },
                            "PinTargetInterfaceRole": {
                                "$ref": "#/components/schemas/fabric.AbstractInterfaceRole.Relationship",
                                "description": "A reference to a fabricAbstractInterfaceRole resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.SanPinGroup.List": {
                "title": "List of 'fabric.SanPinGroup' 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 'fabric.SanPinGroup' 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 'fabric.SanPinGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SanPinGroup"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SecKey": {
                "title": "Fabric:Sec Key",
                "description": "A security key used for encrypting and decrypting data frames to ensure secure communication between devices.",
                "x-allOf-name": "fabric.SecKey",
                "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 'fabric.SecKey', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SecKey"
                                ],
                                "default": "fabric.SecKey",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SecKey"
                                ],
                                "default": "fabric.SecKey",
                                "x-enum-as-string": true
                            },
                            "CryptographicAlgorithm": {
                                "description": "The cryptographic algorithm that employs the cipher-based message authentication code (CMAC) mode of operation with advanced encryption standard (AES).\n* `AES_256_CMAC` - Uses the AES (Advanced Encryption Standard) algorithm with a 256-bit key to generate a CMAC.\n* `AES_128_CMAC` - Uses the AES (Advanced Encryption Standard) algorithm with a 128-bit key to generate a CMAC.",
                                "type": "string",
                                "enum": [
                                    "AES_256_CMAC",
                                    "AES_128_CMAC"
                                ],
                                "default": "AES_256_CMAC",
                                "x-omitempty": true
                            },
                            "Id": {
                                "description": "Must have an even number of hexadecimal characters (including 0-9 and A-F, only) with a length between 2 and 64 characters. For example, \"10\", \"2000\", \"ABCD1234\".",
                                "type": "string",
                                "pattern": "^[0-9A-Fa-f]{2}([0-9A-Fa-f]{2}){0,31}$",
                                "minLength": 2,
                                "maxLength": 64,
                                "x-omitempty": true
                            },
                            "IsOctetStringSet": {
                                "description": "Indicates whether the value of the 'octetString' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "KeyType": {
                                "description": "The type of encryption used for the specified key.\n* `Type-0` - No encryption for the specified octetString.\n* `Type-6` - Proprietary advanced encryption standard for the specified octetString.\n* `Type-7` - Proprietary insecure encryption for the specified octetString.",
                                "type": "string",
                                "enum": [
                                    "Type-0",
                                    "Type-6",
                                    "Type-7"
                                ],
                                "default": "Type-0",
                                "x-omitempty": true
                            },
                            "OctetString": {
                                "description": "The key octet string is a shared secret used in cryptographic operations. The valid size and format of the octet string depend on the selected KeyCryptographicAlgorithm and KeyEncryptionType. It should start with the character 'J'.",
                                "type": "string",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "SendLifetimeDuration": {
                                "description": "The key lifetime duration in seconds after the start time. If a non-zero value is configured for the duration, the end time configuration for the key lifetime is ignored.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 0,
                                "maximum": 2147483646,
                                "x-omitempty": true
                            },
                            "SendLifetimeEndTime": {
                                "description": "The time of day and date when the key becomes inactive.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "SendLifetimeInfinite": {
                                "description": "Indicates that the key remains active indefinitely after the specified start time. When this parameter is set, the end time and duration configurations for the key lifetime are ignored.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "SendLifetimeStartTime": {
                                "description": "The time of day and date when the key becomes active.",
                                "type": "string",
                                "format": "date-time",
                                "x-omitempty": true
                            },
                            "SendLifetimeTimeZone": {
                                "description": "The time zone used for key lifetime configurations.\n* `UTC` - The Universal Time (UTC) for key lifetime configurations.\n* `Local` - The local time zone of the device for key lifetime configurations.",
                                "type": "string",
                                "enum": [
                                    "UTC",
                                    "Local"
                                ],
                                "default": "UTC",
                                "x-omitempty": true
                            },
                            "SendLifetimeUnlimited": {
                                "description": "Indicates that the key is always active. When this parameter is set, all other key lifetime configurations are ignored.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.SecKeyChain": {
                "title": "Fabric:Sec Key Chain",
                "description": "A collection of security keys used to secure communications.",
                "x-allOf-name": "fabric.SecKeyChain",
                "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 'fabric.SecKeyChain', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SecKeyChain"
                                ],
                                "default": "fabric.SecKeyChain",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SecKeyChain"
                                ],
                                "default": "fabric.SecKeyChain",
                                "x-enum-as-string": true
                            },
                            "Name": {
                                "description": "Must be a maximum of 63 characters, without spacing.",
                                "type": "string",
                                "minLength": 0,
                                "maxLength": 63,
                                "x-omitempty": true
                            },
                            "SecKeys": {
                                "type": "array",
                                "items": {
                                    "description": "A collection of security keys used for encrypting and decrypting data frames to ensure secure communication between devices.",
                                    "$ref": "#/components/schemas/fabric.SecKey",
                                    "x-omitempty": true
                                },
                                "maxItems": 64,
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SecureRouterRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SecureRouterRole' 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 'fabric.SecureRouterRole' resources.",
                "x-one-of-name": "fabric.SecureRouterRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SecureRouterRole.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"
                }
            },
            "fabric.SecureRouterRole": {
                "title": "Fabric:Secure Router Role",
                "description": "Configuration object sent by user to create a secure router port.",
                "x-allOf-name": "fabric.SecureRouterRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.NodeRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SecureRouterRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SecureRouterRole"
                                ],
                                "default": "fabric.SecureRouterRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SecureRouterRole"
                                ],
                                "default": "fabric.SecureRouterRole",
                                "x-enum-as-string": true
                            },
                            "EthNetworkGroupPolicy": {
                                "description": "An array of relationships to fabricEthNetworkGroupPolicy resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SecureRouterRole.List": {
                "title": "List of 'fabric.SecureRouterRole' 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 'fabric.SecureRouterRole' 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 'fabric.SecureRouterRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SecureRouterRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.ServerRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.ServerRole' 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 'fabric.ServerRole' resources.",
                "x-one-of-name": "fabric.ServerRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.ServerRole.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"
                }
            },
            "fabric.ServerRole": {
                "title": "Fabric:Server Role",
                "description": "Configuration object sent by user to create a server port.",
                "x-allOf-name": "fabric.ServerRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.ServerRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.ServerRole"
                                ],
                                "default": "fabric.ServerRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.ServerRole"
                                ],
                                "default": "fabric.ServerRole",
                                "x-enum-as-string": true
                            },
                            "AutoNegotiationDisabled": {
                                "description": "Auto negotiation configuration for server port. This configuration is required only for FEX Model N9K-C93180YC-FX3 connected with 100G speed port on UCS-FI-6536 and should be set as True.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "Fec": {
                                "description": "Forward error correction configuration for server port. This configuration is required only for FEX Model N9K-C93180YC-FX3 connected with 25G speed ports on UCS-FI-6454/UCS-FI-64108/UCS-FI-6652 and should be set as Cl74.\n* `Auto` - Forward error correction option 'Auto'. Supported speeds are Auto, 1Gbps, 10Gbps, 25Gbps, 40Gbps and 100 Gbps.\n* `Cl91` - Forward error correction option 'cl91'. Supported speeds are 25Gbps and 100 Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `Cl74` - Forward error correction option 'cl74'. Supported speeds are 25Gbps.\n* `rs-cons16` - Forward error correction option \"rs-cons16\". Supported speeds are 25Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `rs-ieee` - Forward error correction option \"rs-ieee\". Supported speeds are 25Gbps.\n* `Off` - Turn off forward error correction. Supported speeds are 25Gbps and 100Gbps. Additionally, 1Gbps is supported on Unified Edge platforms.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "Cl91",
                                    "Cl74",
                                    "rs-cons16",
                                    "rs-ieee",
                                    "Off"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "PreferredDeviceId": {
                                "description": "Preferred device ID to be configured by user for the connected device. This ID must be specified together with the 'PreferredDeviceType' property. This ID will only takes effect if the actual connected device matches the 'PreferredDeviceType'. If the preferred ID is not available, the ID is automatically allocated and assigned by the system. If different preferred IDs are specified for the ports connected to the same device, only the preferred ID (if specified) of the port that is discovered first will be considered.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "PreferredDeviceType": {
                                "description": "Device type for which preferred ID to be configured. If the actual connected device does not match the specified device type, the system ignores the 'PreferredDeviceId' property.\n* `Auto` - Preferred Id will be ignored if specified with this type.\n* `RackServer` - Connected device type is Rack Unit Server.\n* `Chassis` - Connected device type is Chassis.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "RackServer",
                                    "Chassis"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.ServerRole.List": {
                "title": "List of 'fabric.ServerRole' 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 'fabric.ServerRole' 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 'fabric.ServerRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.ServerRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanDestEthPort.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SpanDestEthPort' 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 'fabric.SpanDestEthPort' resources.",
                "x-one-of-name": "fabric.SpanDestEthPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SpanDestEthPort.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"
                }
            },
            "fabric.SpanDestEthPort": {
                "title": "Fabric:Span Dest Eth Port",
                "description": "Configures Ethernet SPAN Destination Port for a given SPAN session.",
                "x-allOf-name": "fabric.SpanDestEthPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanDestPort"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SpanDestEthPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SpanDestEthPort"
                                ],
                                "default": "fabric.SpanDestEthPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SpanDestEthPort"
                                ],
                                "default": "fabric.SpanDestEthPort",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin speed of the SPAN Destination Port.\n* `Auto` - Admin configurable speed AUTO ( default ).\n* `1Gbps` - Admin configurable speed 1Gbps.\n* `10Gbps` - Admin configurable speed 10Gbps.\n* `25Gbps` - Admin configurable speed 25Gbps.\n* `40Gbps` - Admin configurable speed 40Gbps.\n* `50Gbps` - Admin configurable speed 50Gbps.\n* `100Gbps` - Admin configurable speed 100Gbps.\n* `400Gbps` - Admin configurable speed 400Gbps.\n* `NegAuto25Gbps` - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "1Gbps",
                                    "10Gbps",
                                    "25Gbps",
                                    "40Gbps",
                                    "50Gbps",
                                    "100Gbps",
                                    "400Gbps",
                                    "NegAuto25Gbps"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "Fec": {
                                "description": "Forward error correction setting of the SPAN Destination Port.\n* `Auto` - Forward error correction option 'Auto'. Supported speeds are Auto, 1Gbps, 10Gbps, 25Gbps, 40Gbps and 100 Gbps.\n* `Cl91` - Forward error correction option 'cl91'. Supported speeds are 25Gbps and 100 Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `Cl74` - Forward error correction option 'cl74'. Supported speeds are 25Gbps.\n* `rs-cons16` - Forward error correction option \"rs-cons16\". Supported speeds are 25Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `rs-ieee` - Forward error correction option \"rs-ieee\". Supported speeds are 25Gbps.\n* `Off` - Turn off forward error correction. Supported speeds are 25Gbps and 100Gbps. Additionally, 1Gbps is supported on Unified Edge platforms.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "Cl91",
                                    "Cl74",
                                    "rs-cons16",
                                    "rs-ieee",
                                    "Off"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanDestEthPort.List": {
                "title": "List of 'fabric.SpanDestEthPort' 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 'fabric.SpanDestEthPort' 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 'fabric.SpanDestEthPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SpanDestEthPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanSession.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SpanSession' 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 'fabric.SpanSession' resources.",
                "x-one-of-name": "fabric.SpanSession.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SpanSession.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"
                }
            },
            "fabric.SpanSession.Relationship": {
                "description": "A relationship to the 'fabric.SpanSession' resource, or the expanded 'fabric.SpanSession' resource, or the 'null' value.",
                "x-one-of-name": "fabric.SpanSession.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SpanSession"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.SpanSession": {
                "title": "Fabric:Span Session",
                "description": "The SpanSession object defines SPAN (Switched Port Analyzer) sessions used for traffic monitoring and analysis. It supports network visibility by directing selected traffic to monitoring interfaces. The operational state and reason fields reflect the status of the SPAN session itself, not underlying network issues.\n#### Purpose\nSpanSession serves to establish and manage SPAN sessions, allowing administrators to capture and analyze network traffic for troubleshooting and performance monitoring. It plays a crucial role in network diagnostics and operational efficiency.\n#### Key Concepts\n- **Traffic Monitoring:** Allows the configuration of sources and destinations for traffic capture, providing insights into network performance and issues.\n- **Dynamic Configuration:** Supports the dynamic setup and adjustment of SPAN sessions, enabling flexible and responsive network management.\n- **Integrated Network Management:** Works in conjunction with network elements to ensure comprehensive monitoring capabilities, enhancing overall network oversight.\n- **Operational State Tracking:** Provides detailed information on the SPAN session's operational state and reasons, helping administrators quickly identify and address SPAN session-related issues.",
                "x-allOf-name": "fabric.SpanSession",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSession"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SpanSession', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SpanSession"
                                ],
                                "default": "fabric.SpanSession",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SpanSession"
                                ],
                                "default": "fabric.SpanSession",
                                "x-enum-as-string": true
                            },
                            "DestPorts": {
                                "description": "An array of relationships to fabricAbstractSpanDestPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.AbstractSpanDestPort.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "SourcePortChannels": {
                                "description": "An array of relationships to fabricAbstractSpanSourcePortChannel resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.AbstractSpanSourcePortChannel.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "SourcePorts": {
                                "description": "An array of relationships to fabricAbstractSpanSourcePort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.AbstractSpanSourcePort.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "SourceVirtualIfs": {
                                "description": "An array of relationships to fabricAbstractSpanSourceVirtualIf resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.AbstractSpanSourceVirtualIf.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            },
                            "SourceVlans": {
                                "description": "An array of relationships to fabricSpanSourceVlan resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SpanSourceVlan.Relationship"
                                },
                                "nullable": true,
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanSession.List": {
                "title": "List of 'fabric.SpanSession' 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 'fabric.SpanSession' 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 'fabric.SpanSession' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SpanSession"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanSourceEthPort.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SpanSourceEthPort' 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 'fabric.SpanSourceEthPort' resources.",
                "x-one-of-name": "fabric.SpanSourceEthPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SpanSourceEthPort.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"
                }
            },
            "fabric.SpanSourceEthPort": {
                "title": "Fabric:Span Source Eth Port",
                "description": "Configures Ethernet SPAN Source Port (Uplink) for a given SPAN session.",
                "x-allOf-name": "fabric.SpanSourceEthPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSourcePort"
                    }
                ]
            },
            "fabric.SpanSourceEthPort.List": {
                "title": "List of 'fabric.SpanSourceEthPort' 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 'fabric.SpanSourceEthPort' 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 'fabric.SpanSourceEthPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SpanSourceEthPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanSourceEthPortChannel.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SpanSourceEthPortChannel' 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 'fabric.SpanSourceEthPortChannel' resources.",
                "x-one-of-name": "fabric.SpanSourceEthPortChannel.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SpanSourceEthPortChannel.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"
                }
            },
            "fabric.SpanSourceEthPortChannel": {
                "title": "Fabric:Span Source Eth Port Channel",
                "description": "Configures Ethernet SPAN Source Port Channel (Uplink) for a given SPAN session.",
                "x-allOf-name": "fabric.SpanSourceEthPortChannel",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSourcePortChannel"
                    }
                ]
            },
            "fabric.SpanSourceEthPortChannel.List": {
                "title": "List of 'fabric.SpanSourceEthPortChannel' 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 'fabric.SpanSourceEthPortChannel' 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 'fabric.SpanSourceEthPortChannel' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SpanSourceEthPortChannel"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanSourceVlan.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SpanSourceVlan' 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 'fabric.SpanSourceVlan' resources.",
                "x-one-of-name": "fabric.SpanSourceVlan.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SpanSourceVlan.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"
                }
            },
            "fabric.SpanSourceVlan.Relationship": {
                "description": "A relationship to the 'fabric.SpanSourceVlan' resource, or the expanded 'fabric.SpanSourceVlan' resource, or the 'null' value.",
                "x-one-of-name": "fabric.SpanSourceVlan.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SpanSourceVlan"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.SpanSourceVlan": {
                "title": "Fabric:Span Source Vlan",
                "description": "Configures a VLAN as the SPAN Source for a given SPAN session. For VLAN that is common to both Fabric Interconnects, VLAN must be added as a source to a SPAN session on the peer Fabric Interconnect to ensure that traffic is mirrored on both Fabric Interconnects.",
                "x-allOf-name": "fabric.SpanSourceVlan",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSource"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SpanSourceVlan', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SpanSourceVlan"
                                ],
                                "default": "fabric.SpanSourceVlan",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SpanSourceVlan"
                                ],
                                "default": "fabric.SpanSourceVlan",
                                "x-enum-as-string": true
                            },
                            "VlanId": {
                                "description": "SPAN source VLAN Identifier.",
                                "type": "integer",
                                "format": "int64",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "SpanSession": {
                                "$ref": "#/components/schemas/fabric.SpanSession.Relationship",
                                "description": "A reference to a fabricSpanSession resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanSourceVlan.List": {
                "title": "List of 'fabric.SpanSourceVlan' 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 'fabric.SpanSourceVlan' 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 'fabric.SpanSourceVlan' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SpanSourceVlan"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanSourceVnicEthIf.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SpanSourceVnicEthIf' 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 'fabric.SpanSourceVnicEthIf' resources.",
                "x-one-of-name": "fabric.SpanSourceVnicEthIf.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SpanSourceVnicEthIf.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"
                }
            },
            "fabric.SpanSourceVnicEthIf": {
                "title": "Fabric:Span Source Vnic Eth If",
                "description": "Configures a VNIC as the SPAN Source for a given SPAN session. For failover VNICs, VNIC must be added as a\nsource to a SPAN session on the peer Fabric Interconnect to ensure that traffic is mirrored on both\nFabric Interconnects.",
                "x-allOf-name": "fabric.SpanSourceVnicEthIf",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.AbstractSpanSourceVirtualIf"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SpanSourceVnicEthIf', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SpanSourceVnicEthIf"
                                ],
                                "default": "fabric.SpanSourceVnicEthIf",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SpanSourceVnicEthIf"
                                ],
                                "default": "fabric.SpanSourceVnicEthIf",
                                "x-enum-as-string": true
                            },
                            "Vnic": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/vnic.EthIf.Relationship",
                                "description": "A reference to a vnicEthIf resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.SpanSourceVnicEthIf.List": {
                "title": "List of 'fabric.SpanSourceVnicEthIf' 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 'fabric.SpanSourceVnicEthIf' 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 'fabric.SpanSourceVnicEthIf' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SpanSourceVnicEthIf"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.StpGlobalSettings": {
                "title": "Fabric:Stp Global Settings",
                "description": "Spanning Tree Protocol global settings for the switch.",
                "x-allOf-name": "fabric.StpGlobalSettings",
                "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 'fabric.StpGlobalSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.StpGlobalSettings"
                                ],
                                "default": "fabric.StpGlobalSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.StpGlobalSettings"
                                ],
                                "default": "fabric.StpGlobalSettings",
                                "x-enum-as-string": true
                            },
                            "StpMode": {
                                "description": "The Spanning Tree Protocol (STP) mode determines the specific version of STP that is used to prevent loops in a network topology.\n* `Disabled` - Spanning Tree Protocol is disabled, and the switch does not participate in STP calculations or operations.\n* `RPVST+` - Rapid Per-VLAN Spanning Tree (RPVST) is a Cisco proprietary protocol that improves STP by providing faster convergence and creating a separate spanning tree for each VLAN, enhancing network performance and redundancy.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "RPVST+"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchAssignment": {
                "title": "Fabric:Switch Assignment",
                "description": "Switch assignment information.",
                "x-allOf-name": "fabric.SwitchAssignment",
                "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 'fabric.SwitchAssignment', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SwitchAssignment"
                                ],
                                "default": "fabric.SwitchAssignment",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SwitchAssignment"
                                ],
                                "default": "fabric.SwitchAssignment",
                                "x-enum-as-string": true
                            },
                            "Enabled": {
                                "description": "Indicates if this assignment is enabled.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "SwitchSerial": {
                                "description": "Serial number of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchClusterProfile.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SwitchClusterProfile' 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 'fabric.SwitchClusterProfile' resources.",
                "x-one-of-name": "fabric.SwitchClusterProfile.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchClusterProfile.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"
                }
            },
            "fabric.SwitchClusterProfile.Relationship": {
                "description": "A relationship to the 'fabric.SwitchClusterProfile' resource, or the expanded 'fabric.SwitchClusterProfile' resource, or the 'null' value.",
                "x-one-of-name": "fabric.SwitchClusterProfile.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchClusterProfile"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.SwitchClusterProfile": {
                "title": "Switch Cluster Profile",
                "description": "The SwitchClusterProfile object is an essential element in the network management domain, designed to specify configuration policies for a cluster of switches. It consolidates the configuration context of all the switch profiles referred by the Switch Cluster Profile, ensuring seamless integration and management of network resources.\n#### Purpose\nThe SwitchClusterProfile serves as a comprehensive configuration entity for managing multiple switches as a unified cluster. It allows administrators to define, deploy, and manage network switch profiles efficiently, providing a streamlined approach to switch configuration and deployment.\n#### Key Concepts\n- **Configuration Consolidation:** Aggregates configuration policies across multiple switch profiles, providing a single point of management for cluster configurations.\n- **Deployment Management:** Facilitates the deployment of switch profiles across different switches in the cluster, ensuring coordinated configuration changes and updates.\n- **Access Control:** Incorporates privilege sets to manage access and operations, ensuring secure configuration management.\n- **Template Utilization:** Supports the creation and management of switch profiles from templates, promoting consistency and reducing setup time.",
                "x-allOf-name": "fabric.SwitchClusterProfile",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.BaseClusterProfile"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SwitchClusterProfile', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SwitchClusterProfile"
                                ],
                                "default": "fabric.SwitchClusterProfile",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SwitchClusterProfile"
                                ],
                                "default": "fabric.SwitchClusterProfile",
                                "x-enum-as-string": true
                            },
                            "Action": {
                                "description": "The support actions are -- Deploy, Unassign.",
                                "type": "string",
                                "default": "No-op",
                                "x-omitempty": true
                            },
                            "ChassisAssignmentMode": {
                                "description": "Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.\n* `Static` - Chassis is directly assigned to switch cluster profile.\n* `None` - No chassis is assigned to the switch cluster profile.",
                                "type": "string",
                                "enum": [
                                    "Static",
                                    "None"
                                ],
                                "default": "Static",
                                "x-omitempty": true
                            },
                            "ChassisPreAssignBySerial": {
                                "description": "Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:\nIt should start and end with an alphanumeric character.\nIt cannot be more than 20 characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{0,20}$",
                                "x-omitempty": true
                            },
                            "ClusterAssignments": {
                                "type": "array",
                                "items": {
                                    "description": "Switch details for assignment to the contained switch profiles. Used only during clone operations.",
                                    "$ref": "#/components/schemas/fabric.ClusterAssignment",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ConfigContext": {
                                "description": "This provides consolidated configuration context of all the switch profiles referred by Switch Cluster Profile.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.ConfigContext",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeployStatus": {
                                "description": "Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.\n* `None` - Switch profiles not deployed on either of the switches.\n* `Complete` - Both switch profiles of the cluster profile are deployed.\n* `Partial` - Only one of the switch profiles of the cluster profile is deployed.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Complete",
                                    "Partial"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DeployedSwitches": {
                                "description": "Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.\n* `None` - Switch profiles not deployed on either of the fabric interconnects.\n* `A` - Switch profiles deployed only on fabric interconnect A.\n* `B` - Switch profiles deployed only on fabric interconnect B.\n* `AB` - Switch profiles deployed on both fabric interconnect A and B.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "A",
                                    "B",
                                    "AB"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OverriddenList": {
                                "type": "array",
                                "items": {
                                    "description": "The list of properties in the derived MO which override the attached template properties.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ScheduledChassisAssignment": {
                                "description": "Scheduled chassis assignment information captured during export and used during config restore to re-assign chassis to the switch cluster profile.",
                                "$ref": "#/components/schemas/fabric.ChassisAssignment",
                                "x-omitempty": true
                            },
                            "TemplateActions": {
                                "type": "array",
                                "items": {
                                    "description": "The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy.\nFor example, you can schedule sync action to the current derived object from its source template (syncOne).\nAction parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs.\nFor example, in case of sync with template action, there can be two action parameters-\nname-SyncType, value-SyncOne.\nname-SyncTimer, value-time in seconds.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TemplateSyncErrors": {
                                "type": "array",
                                "items": {
                                    "description": "The list of errors encountered when the sync action was executed.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.SyncError",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TemplateSyncStatus": {
                                "description": "The sync status of the current MO wrt the attached Template MO.\n* `None` - The Enum value represents that the object is not attached to any template.\n* `OK` - The Enum value represents that the object values are in sync with attached template.\n* `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template.\n* `InProgress` - The Enum value represents that the object sync with the attached template is in progress.\n* `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "OK",
                                    "Scheduled",
                                    "InProgress",
                                    "OutOfSync"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the switch profile.",
                                "type": "string",
                                "pattern": "^[ !#$%&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$",
                                "minLength": 0,
                                "maxLength": 64,
                                "x-omitempty": true
                            },
                            "AssignedEntity": {
                                "$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."
                            },
                            "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
                            },
                            "SwitchProfiles": {
                                "description": "An array of relationships to fabricSwitchProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SwitchProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchClusterProfile.List": {
                "title": "List of 'fabric.SwitchClusterProfile' 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 'fabric.SwitchClusterProfile' 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 'fabric.SwitchClusterProfile' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SwitchClusterProfile"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchClusterProfileTemplate.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SwitchClusterProfileTemplate' 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 'fabric.SwitchClusterProfileTemplate' resources.",
                "x-one-of-name": "fabric.SwitchClusterProfileTemplate.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchClusterProfileTemplate.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"
                }
            },
            "fabric.SwitchClusterProfileTemplate.Relationship": {
                "description": "A relationship to the 'fabric.SwitchClusterProfileTemplate' resource, or the expanded 'fabric.SwitchClusterProfileTemplate' resource, or the 'null' value.",
                "x-one-of-name": "fabric.SwitchClusterProfileTemplate.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchClusterProfileTemplate"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.SwitchClusterProfileTemplate": {
                "title": "Switch Cluster Profile Template",
                "description": "The SwitchClusterProfileTemplate object is a pivotal element in network configuration management, designed to provide reusable switch profile configurations that can be applied across multiple profiles. It enables administrators to efficiently derive switch cluster profiles from predefined templates. \n#### Purpose\nThe SwitchClusterProfileTemplate acts as a repository of common switch configurations that can be reused across different switch profiles. It streamlines the creation process, allowing for quick deployment and management of switch configurations.\n#### Key Concepts\n- **Reusability:** Serves as a template for deriving multiple switch cluster profiles, promoting uniformity and reducing redundancy.\n- **Synchronization:** Facilitates updates and synchronization of derived profiles through API calls, ensuring consistency across configurations.\n- **Operational Flexibility:** Supports various operations including read, create, update, and delete, granting flexibility in configuration management.\n- **Integration:** Enables seamless integration with existing network setups, aiding in efficient configuration deployment.",
                "x-allOf-name": "fabric.SwitchClusterProfileTemplate",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.BaseClusterProfile"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SwitchClusterProfileTemplate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SwitchClusterProfileTemplate"
                                ],
                                "default": "fabric.SwitchClusterProfileTemplate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SwitchClusterProfileTemplate"
                                ],
                                "default": "fabric.SwitchClusterProfileTemplate",
                                "x-enum-as-string": true
                            },
                            "EnableOverride": {
                                "description": "When enabled, the configuration of the derived instances may override the template configuration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TemplateActions": {
                                "type": "array",
                                "items": {
                                    "description": "The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy.\nFor example, you can schedule sync action from the current template only to failed objects (syncFailed).\nAction parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs.\nFor example, in case of sync template action, there can be two action parameters-\nname-SyncType, value-SyncFailed.\nname-SyncTimer, value-time in seconds.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UpdateStatus": {
                                "description": "The template sync status with all derived objects.\n* `None` - The Enum value represents that the object is not attached to any template.\n* `OK` - The Enum value represents that the object values are in sync with attached template.\n* `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template.\n* `InProgress` - The Enum value represents that the object sync with the attached template is in progress.\n* `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "OK",
                                    "Scheduled",
                                    "InProgress",
                                    "OutOfSync"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Usage": {
                                "description": "The count of switch cluster profiles derived from the template.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsageCount": {
                                "description": "The number of objects derived from a Template MO instance.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "SwitchProfileTemplates": {
                                "description": "An array of relationships to fabricSwitchProfileTemplate resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SwitchProfileTemplate.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchClusterProfileTemplate.List": {
                "title": "List of 'fabric.SwitchClusterProfileTemplate' 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 'fabric.SwitchClusterProfileTemplate' 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 'fabric.SwitchClusterProfileTemplate' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SwitchClusterProfileTemplate"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchControlPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SwitchControlPolicy' 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 'fabric.SwitchControlPolicy' resources.",
                "x-one-of-name": "fabric.SwitchControlPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchControlPolicy.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"
                }
            },
            "fabric.SwitchControlPolicy": {
                "title": "Switch Control",
                "description": "A policy to configure the Switching Mode, Port VLAN Optimization, MAC Aging Time, Reserved VLAN Range, Jumbo frames.",
                "x-allOf-name": "fabric.SwitchControlPolicy",
                "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 'fabric.SwitchControlPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SwitchControlPolicy"
                                ],
                                "default": "fabric.SwitchControlPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SwitchControlPolicy"
                                ],
                                "default": "fabric.SwitchControlPolicy",
                                "x-enum-as-string": true
                            },
                            "AesPrimaryKey": {
                                "description": "Encrypts MACsec keys in type-6 format. If a MACsec key is already provided in a type-6 format, the primary key decrypts it. MACSec is not supported on Unified Edge, so the primary key cannot be configured.",
                                "type": "string",
                                "pattern": "^$|^[^\"\\s]{16,64}$",
                                "writeOnly": true,
                                "x-omitempty": true
                            },
                            "EnableJumboFrame": {
                                "description": "To enable or disable Jumbo Frames on the switch. On Fabric Interconnects, Jumbo Frames are controlled by the System QoS policy, so this setting is ignored.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "EthernetSwitchingMode": {
                                "description": "Enable or Disable Ethernet End Host Switching Mode. Ethernet End Host Switching Mode is not applicable for Unified Edge; the value defaults to Ethernet Switch Mode.\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "x-omitempty": true
                            },
                            "FabricPcVhbaReset": {
                                "description": "When enabled, a Registered State Change Notification (RSCN) is sent to the VIC adapter when any member port within the fabric port-channel goes down and vHBA would reset to restore the connection immediately. When disabled (default), vHBA reset is done only when all the members of a fabric port-channel are down. Fabric port-channel vHBA reset is not supported on Unified Edge and cannot be enabled.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            },
                            "FcSwitchingMode": {
                                "description": "Enable or Disable FC End Host Switching Mode. FC is not supported on Unified Edge, so this setting cannot be configured and is ignored.\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "x-omitempty": true
                            },
                            "IsAesPrimaryKeySet": {
                                "description": "Indicates whether the value of the 'aesPrimaryKey' property has been set.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LldpSettings": {
                                "description": "LLDP Global configurations for this switch. LLDP Global Configuration is supported on Unified Edge platform only, and will be ignored for other platforms.",
                                "$ref": "#/components/schemas/fabric.LldpGlobalSettings",
                                "x-omitempty": true
                            },
                            "MacAgingSettings": {
                                "description": "This specifies the MAC aging option and time settings.",
                                "$ref": "#/components/schemas/fabric.MacAgingSettings",
                                "x-omitempty": true
                            },
                            "MacLearningSettings": {
                                "description": "Settings to control mac learning options.",
                                "$ref": "#/components/schemas/fabric.MacLearningSettings",
                                "x-omitempty": true
                            },
                            "ReservedVlanStartId": {
                                "description": "The starting ID for VLANs reserved for internal use within the Fabric Interconnect. This VLAN ID is the starting ID of\na contiguous block of 128 VLANs that cannot be configured for user data.  This range of VLANs cannot be configured in\nVLAN policy.\nIf this property is not configured, VLAN range 3915 - 4042 is reserved for internal use by default.\nThe reserved VLAN range is fixed for Unified Edge, so this setting cannot be configured and is ignored.",
                                "type": "integer",
                                "format": "int64",
                                "default": 3915,
                                "minimum": 2,
                                "maximum": 3915,
                                "x-omitempty": true
                            },
                            "StpSettings": {
                                "description": "This specifies the Spanning Tree Protocol global configurations for this switch. STP global configuration is supported on Unified Edge platform only, and will be ignored for other platforms.",
                                "$ref": "#/components/schemas/fabric.StpGlobalSettings",
                                "x-omitempty": true
                            },
                            "TargetPlatform": {
                                "description": "The target platform type of the Switch Control policy.\n* `UCS Domain` - Profile/policy type for network and management configuration on UCS Fabric Interconnect.\n* `Unified Edge` - Profile/policy type for network, management and chassis configuration on Unified Edge.",
                                "type": "string",
                                "enum": [
                                    "UCS Domain",
                                    "Unified Edge"
                                ],
                                "default": "UCS Domain",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "UdldSettings": {
                                "description": "This specifies the UDLD Global configurations for this switch. UDLD is not supported on Unified Edge, so these settings cannot be configured.",
                                "$ref": "#/components/schemas/fabric.UdldGlobalSettings",
                                "x-omitempty": true
                            },
                            "VlanPortOptimizationEnabled": {
                                "description": "To enable or disable the VLAN port count optimization. This feature will always be enabled for\nCisco UCS Fabric Interconnect 9108 100G and also enabled on the IMM 6.x Bundle version and onwards.\nVLAN Port Count Optimization is not applicable for Unified Edge, so this setting cannot be configured.",
                                "type": "boolean",
                                "default": false,
                                "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
                            },
                            "Profiles": {
                                "description": "An array of relationships to fabricBaseSwitchProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.BaseSwitchProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchControlPolicy.List": {
                "title": "List of 'fabric.SwitchControlPolicy' 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 'fabric.SwitchControlPolicy' 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 'fabric.SwitchControlPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SwitchControlPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchProfile.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SwitchProfile' 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 'fabric.SwitchProfile' resources.",
                "x-one-of-name": "fabric.SwitchProfile.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchProfile.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"
                }
            },
            "fabric.SwitchProfile.Relationship": {
                "description": "A relationship to the 'fabric.SwitchProfile' resource, or the expanded 'fabric.SwitchProfile' resource, or the 'null' value.",
                "x-one-of-name": "fabric.SwitchProfile.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchProfile"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.SwitchProfile": {
                "title": "Switch Profile",
                "description": "The SwitchProfile object is a critical component in network switch management, designed to specify configuration policies for individual managed network switches. This provides detailed configuration options to ensure optimal switch operation and network performance. \n#### Purpose\nThe SwitchProfile serves as a detailed configuration entity for individual network switches, allowing administrators to define and manage switch settings comprehensively. It supports the deployment of configuration changes and validates compliance with established policies. \n#### Key Concepts\n- **Policy Specification:** Outlines specific configuration policies for managed switches, ensuring adherence to network requirements and standards.\n- **Configuration Management:** Supports detailed configuration change tracking and validation, promoting efficient management of switch configurations.\n- **Access Control:** Utilizes privilege sets to secure configuration operations, maintaining integrity and security of switch management.\n- **Snapshot and Compliance:** Provides mechanisms for taking configuration snapshots and checking compliance, ensuring consistent network performance.",
                "x-allOf-name": "fabric.SwitchProfile",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.BaseSwitchProfile"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SwitchProfile', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SwitchProfile"
                                ],
                                "default": "fabric.SwitchProfile",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SwitchProfile"
                                ],
                                "default": "fabric.SwitchProfile",
                                "x-enum-as-string": true
                            },
                            "ConfigChangeContext": {
                                "description": "The configuration change state and results of the last change operation.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.ConfigChangeContext",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfigChanges": {
                                "description": "This lists the pending configuration changes at the summary level. Detailed changes are saved in configChangeDetails as a separate object.",
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/policy.ConfigChange",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FabricPreAssignBySerial": {
                                "description": "Serial number of the fabric that would be assigned to this pre-assigned fabric switch Profile. It can be any string that adheres to the following constraints:\nIt should start and end with an alphanumeric character.\nIt cannot be more than 20 characters.",
                                "type": "string",
                                "pattern": "^[a-zA-Z0-9]{0,20}$",
                                "x-omitempty": true
                            },
                            "OverriddenList": {
                                "type": "array",
                                "items": {
                                    "description": "The list of properties in the derived MO which override the attached template properties.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "ScheduledSwitchAssignment": {
                                "description": "Switch reassignment information that is captured as part of the config import process.",
                                "$ref": "#/components/schemas/fabric.SwitchAssignment",
                                "x-omitempty": true
                            },
                            "SwitchAssignmentMode": {
                                "description": "Source of the switch assigned to the Domain Profile. Values can be Static or None. Static is used if a switch is attached directly to a Domain Profile. None is used if no switch is attached to a Domain Profile. Slot or Serial pre-assignment is also considered to be None as it is different form of Assign Later.\n* `Static` - Fabric is directly assigned to domain profile using assign chassis.\n* `None` - No fabric is assigned to the domain profile.",
                                "type": "string",
                                "enum": [
                                    "Static",
                                    "None"
                                ],
                                "default": "Static",
                                "x-omitempty": true
                            },
                            "TemplateActions": {
                                "type": "array",
                                "items": {
                                    "description": "The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy.\nFor example, you can schedule sync action to the current derived object from its source template (syncOne).\nAction parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs.\nFor example, in case of sync with template action, there can be two action parameters-\nname-SyncType, value-SyncOne.\nname-SyncTimer, value-time in seconds.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TemplateSyncErrors": {
                                "type": "array",
                                "items": {
                                    "description": "The list of errors encountered when the sync action was executed.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.SyncError",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "TemplateSyncStatus": {
                                "description": "The sync status of the current MO wrt the attached Template MO.\n* `None` - The Enum value represents that the object is not attached to any template.\n* `OK` - The Enum value represents that the object values are in sync with attached template.\n* `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template.\n* `InProgress` - The Enum value represents that the object sync with the attached template is in progress.\n* `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "OK",
                                    "Scheduled",
                                    "InProgress",
                                    "OutOfSync"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AssignedSwitch": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "AssociatedSwitch": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ConfigChangeDetails": {
                                "description": "An array of relationships to fabricConfigChangeDetail resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.ConfigChangeDetail.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "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
                            },
                            "SwitchClusterProfile": {
                                "$ref": "#/components/schemas/fabric.SwitchClusterProfile.Relationship",
                                "description": "A reference to a fabricSwitchClusterProfile resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchProfile.List": {
                "title": "List of 'fabric.SwitchProfile' 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 'fabric.SwitchProfile' 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 'fabric.SwitchProfile' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SwitchProfile"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchProfileTemplate.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SwitchProfileTemplate' 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 'fabric.SwitchProfileTemplate' resources.",
                "x-one-of-name": "fabric.SwitchProfileTemplate.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchProfileTemplate.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"
                }
            },
            "fabric.SwitchProfileTemplate.Relationship": {
                "description": "A relationship to the 'fabric.SwitchProfileTemplate' resource, or the expanded 'fabric.SwitchProfileTemplate' resource, or the 'null' value.",
                "x-one-of-name": "fabric.SwitchProfileTemplate.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SwitchProfileTemplate"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.SwitchProfileTemplate": {
                "title": "Switch Profile Template",
                "description": "The SwitchProfileTemplate object is a fundamental aspect of network switch configuration, designed to offer predefined policy configurations for managed network switches. It acts as a template for creating individual switch profiles, fostering standardization and efficiency. \n#### Purpose\nThe SwitchProfileTemplate serves as a predefined set of configuration policies that can be applied to network switches, streamlining the creation and management of switch profiles. It facilitates the deployment of consistent configurations across multiple switches. \n#### Key Concepts\n- **Template-Based Configuration:** Provides standardized configuration templates that can be applied across various switches, ensuring uniform network operations.\n- **Operational Versatility:** Enables a range of operations including reading, creating, updating, and deleting switch profiles, enhancing flexibility in configuration management.\n- **Security and Access:** Implements access control through privilege sets, safeguarding configuration processes and switch management.\n- **Integration:** Supports seamless integration with existing network environments, aiding in efficient deployment of switch configurations.",
                "x-allOf-name": "fabric.SwitchProfileTemplate",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.BaseSwitchProfile"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.SwitchProfileTemplate', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SwitchProfileTemplate"
                                ],
                                "default": "fabric.SwitchProfileTemplate",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SwitchProfileTemplate"
                                ],
                                "default": "fabric.SwitchProfileTemplate",
                                "x-enum-as-string": true
                            },
                            "EnableOverride": {
                                "description": "When enabled, the configuration of the derived instances may override the template configuration.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "TemplateActions": {
                                "type": "array",
                                "items": {
                                    "description": "The user-initiated actions that are executed in an asynchronous way. You can schedule actions like sync or deploy.\nFor example, you can schedule sync action from the current template only to failed objects (syncFailed).\nAction parameters are used to specify any custom settings related to each action. It is a collection of key:value pairs.\nFor example, in case of sync template action, there can be two action parameters-\nname-SyncType, value-SyncFailed.\nname-SyncTimer, value-time in seconds.",
                                    "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/motemplate.ActionEntry",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "UpdateStatus": {
                                "description": "The template sync status with all derived objects.\n* `None` - The Enum value represents that the object is not attached to any template.\n* `OK` - The Enum value represents that the object values are in sync with attached template.\n* `Scheduled` - The Enum value represents that the object sync from attached template is scheduled from template.\n* `InProgress` - The Enum value represents that the object sync with the attached template is in progress.\n* `OutOfSync` - The Enum value represents that the object values are not in sync with attached template.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "OK",
                                    "Scheduled",
                                    "InProgress",
                                    "OutOfSync"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UsageCount": {
                                "description": "The number of objects derived from a Template MO instance.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchClusterProfileTemplate": {
                                "$ref": "#/components/schemas/fabric.SwitchClusterProfileTemplate.Relationship",
                                "description": "A reference to a fabricSwitchClusterProfileTemplate resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.SwitchProfileTemplate.List": {
                "title": "List of 'fabric.SwitchProfileTemplate' 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 'fabric.SwitchProfileTemplate' 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 'fabric.SwitchProfileTemplate' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SwitchProfileTemplate"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SystemQosPolicy.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.SystemQosPolicy' 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 'fabric.SystemQosPolicy' resources.",
                "x-one-of-name": "fabric.SystemQosPolicy.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.SystemQosPolicy.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"
                }
            },
            "fabric.SystemQosPolicy": {
                "title": "System QoS",
                "description": "The SystemQosPolicy object provides the global QoS configuration for the switch, enabling traffic prioritization and efficient resource allocation to optimize overall network performance.\n#### Purpose\nSystemQosPolicy serves to configure QoS parameters, supporting structured traffic management and resource allocation. It helps maintain network performance and reliability, ensuring that critical traffic receives appropriate priority.\n#### Key Concepts\n- **QoS Configuration:** Allows the definition of QoS classes and settings, supporting traffic prioritization and network performance optimization.\n- **Traffic Management:** Enhances network efficiency by managing bandwidth allocation and packet handling, ensuring balanced resource usage.\n- **Policy-Based Control:** Provides a centralized approach to QoS management, streamlining operations and enhancing consistency.\n- **Integration:** Works in conjunction with other network policies and configurations, ensuring cohesive and integrated network management.",
                "x-allOf-name": "fabric.SystemQosPolicy",
                "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 'fabric.SystemQosPolicy', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.SystemQosPolicy"
                                ],
                                "default": "fabric.SystemQosPolicy",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.SystemQosPolicy"
                                ],
                                "default": "fabric.SystemQosPolicy",
                                "x-enum-as-string": true
                            },
                            "Classes": {
                                "type": "array",
                                "items": {
                                    "description": "Collection of QoS Classes to be configured.",
                                    "$ref": "#/components/schemas/fabric.QosClass",
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PfcWatchdog": {
                                "description": "PFC Watchdog configuration.",
                                "$ref": "#/components/schemas/fabric.PfcWatchDog",
                                "x-omitempty": true
                            },
                            "TargetPlatform": {
                                "description": "The target platform type of the system QoS policy.\n* `UCS Domain` - Profile/policy type for network and management configuration on UCS Fabric Interconnect.\n* `Unified Edge` - Profile/policy type for network, management and chassis configuration on Unified Edge.",
                                "type": "string",
                                "enum": [
                                    "UCS Domain",
                                    "Unified Edge"
                                ],
                                "default": "UCS Domain",
                                "x-createOnly": true,
                                "x-omitempty": true
                            },
                            "Organization": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/organization.Organization.Relationship",
                                "description": "A reference to a organizationOrganization resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "x-createOnly": true
                            },
                            "Profiles": {
                                "description": "An array of relationships to fabricBaseSwitchProfile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.BaseSwitchProfile.Relationship"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.SystemQosPolicy.List": {
                "title": "List of 'fabric.SystemQosPolicy' 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 'fabric.SystemQosPolicy' 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 'fabric.SystemQosPolicy' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.SystemQosPolicy"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.TransceiverRole": {
                "title": "Fabric:Transceiver Role",
                "description": "Configuration object sent by user to apply on a transceiver.",
                "x-allOf-name": "fabric.TransceiverRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.TransceiverRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "fabric.ApplianceRole",
                                    "fabric.FcoeUplinkRole",
                                    "fabric.UplinkRole"
                                ],
                                "x-enum-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": [
                                    "fabric.ApplianceRole",
                                    "fabric.FcoeUplinkRole",
                                    "fabric.UplinkRole"
                                ],
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin configured speed for the port.\n* `Auto` - Admin configurable speed AUTO ( default ).\n* `1Gbps` - Admin configurable speed 1Gbps.\n* `10Gbps` - Admin configurable speed 10Gbps.\n* `25Gbps` - Admin configurable speed 25Gbps.\n* `40Gbps` - Admin configurable speed 40Gbps.\n* `50Gbps` - Admin configurable speed 50Gbps.\n* `100Gbps` - Admin configurable speed 100Gbps.\n* `400Gbps` - Admin configurable speed 400Gbps.\n* `NegAuto25Gbps` - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "1Gbps",
                                    "10Gbps",
                                    "25Gbps",
                                    "40Gbps",
                                    "50Gbps",
                                    "100Gbps",
                                    "400Gbps",
                                    "NegAuto25Gbps"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "Fec": {
                                "description": "Forward error correction configuration for the port.\n* `Auto` - Forward error correction option 'Auto'. Supported speeds are Auto, 1Gbps, 10Gbps, 25Gbps, 40Gbps and 100 Gbps.\n* `Cl91` - Forward error correction option 'cl91'. Supported speeds are 25Gbps and 100 Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `Cl74` - Forward error correction option 'cl74'. Supported speeds are 25Gbps.\n* `rs-cons16` - Forward error correction option \"rs-cons16\". Supported speeds are 25Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `rs-ieee` - Forward error correction option \"rs-ieee\". Supported speeds are 25Gbps.\n* `Off` - Turn off forward error correction. Supported speeds are 25Gbps and 100Gbps. Additionally, 1Gbps is supported on Unified Edge platforms.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "Cl91",
                                    "Cl74",
                                    "rs-cons16",
                                    "rs-ieee",
                                    "Off"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.UdldGlobalSettings": {
                "title": "Fabric:Udld Global Settings",
                "description": "Type to represent UDLD Global settings for the switch.",
                "x-allOf-name": "fabric.UdldGlobalSettings",
                "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 'fabric.UdldGlobalSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.UdldGlobalSettings"
                                ],
                                "default": "fabric.UdldGlobalSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.UdldGlobalSettings"
                                ],
                                "default": "fabric.UdldGlobalSettings",
                                "x-enum-as-string": true
                            },
                            "MessageInterval": {
                                "description": "Configures the time between UDLD probe messages on ports that are in advertisement mode and are\ncurrently determined to be bidirectional.\nValid values are from 1 to 90 seconds.",
                                "type": "integer",
                                "format": "int64",
                                "default": 15,
                                "minimum": 1,
                                "maximum": 90,
                                "x-omitempty": true
                            },
                            "RecoveryAction": {
                                "description": "UDLD recovery when enabled, attempts to bring an UDLD error-disabled port out of reset.\n* `none` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `reset` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.",
                                "type": "string",
                                "enum": [
                                    "none",
                                    "reset"
                                ],
                                "default": "none",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.UdldSettings": {
                "title": "Fabric:Udld Settings",
                "description": "Type to represent UDLD settings for the port and port-channel.",
                "x-allOf-name": "fabric.UdldSettings",
                "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 'fabric.UdldSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.UdldSettings"
                                ],
                                "default": "fabric.UdldSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.UdldSettings"
                                ],
                                "default": "fabric.UdldSettings",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Admin configured UDLD State for this port.\n* `Disabled` - Admin configured Disabled State.\n* `Enabled` - Admin configured Enabled State.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "Enabled"
                                ],
                                "default": "Disabled",
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Admin configured UDLD Mode for this port.\n* `normal` - Admin configured 'normal' UDLD mode.\n* `aggressive` - Admin configured 'aggressive' UDLD mode.",
                                "type": "string",
                                "enum": [
                                    "normal",
                                    "aggressive"
                                ],
                                "default": "normal",
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.UplinkPcRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.UplinkPcRole' 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 'fabric.UplinkPcRole' resources.",
                "x-one-of-name": "fabric.UplinkPcRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.UplinkPcRole.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"
                }
            },
            "fabric.UplinkPcRole": {
                "title": "Fabric:Uplink Pc Role",
                "description": "Object sent by user to configure a ethernet uplink port-channel on the collection of ports.",
                "x-allOf-name": "fabric.UplinkPcRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.PortChannelRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.UplinkPcRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.UplinkPcRole"
                                ],
                                "default": "fabric.UplinkPcRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.UplinkPcRole"
                                ],
                                "default": "fabric.UplinkPcRole",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Admin configured speed for the port.\n* `Auto` - Admin configurable speed AUTO ( default ).\n* `1Gbps` - Admin configurable speed 1Gbps.\n* `10Gbps` - Admin configurable speed 10Gbps.\n* `25Gbps` - Admin configurable speed 25Gbps.\n* `40Gbps` - Admin configurable speed 40Gbps.\n* `50Gbps` - Admin configurable speed 50Gbps.\n* `100Gbps` - Admin configurable speed 100Gbps.\n* `400Gbps` - Admin configurable speed 400Gbps.\n* `NegAuto25Gbps` - Admin configurable 25Gbps auto negotiation for ports and port-channels.Speed is applicable on Ethernet Uplink, Ethernet Appliance and FCoE Uplink port and port-channel roles.This speed config is only applicable to non-breakout ports on UCS-FI-6454 and UCS-FI-64108.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "1Gbps",
                                    "10Gbps",
                                    "25Gbps",
                                    "40Gbps",
                                    "50Gbps",
                                    "100Gbps",
                                    "400Gbps",
                                    "NegAuto25Gbps"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "Fec": {
                                "description": "Forward error correction configuration for Uplink Port Channel member ports.\n* `Auto` - Forward error correction option 'Auto'. Supported speeds are Auto, 1Gbps, 10Gbps, 25Gbps, 40Gbps and 100 Gbps.\n* `Cl91` - Forward error correction option 'cl91'. Supported speeds are 25Gbps and 100 Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `Cl74` - Forward error correction option 'cl74'. Supported speeds are 25Gbps.\n* `rs-cons16` - Forward error correction option \"rs-cons16\". Supported speeds are 25Gbps. This FEC setting is not supported on Unified Edge platforms.\n* `rs-ieee` - Forward error correction option \"rs-ieee\". Supported speeds are 25Gbps.\n* `Off` - Turn off forward error correction. Supported speeds are 25Gbps and 100Gbps. Additionally, 1Gbps is supported on Unified Edge platforms.",
                                "type": "string",
                                "enum": [
                                    "Auto",
                                    "Cl91",
                                    "Cl74",
                                    "rs-cons16",
                                    "rs-ieee",
                                    "Off"
                                ],
                                "default": "Auto",
                                "x-omitempty": true
                            },
                            "EthNetworkGroupPolicy": {
                                "description": "An array of relationships to fabricEthNetworkGroupPolicy resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy.Relationship"
                                },
                                "nullable": true
                            },
                            "FlowControlPolicy": {
                                "$ref": "#/components/schemas/fabric.FlowControlPolicy.Relationship",
                                "description": "A reference to a fabricFlowControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LinkAggregationPolicy": {
                                "$ref": "#/components/schemas/fabric.LinkAggregationPolicy.Relationship",
                                "description": "A reference to a fabricLinkAggregationPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LinkControlPolicy": {
                                "$ref": "#/components/schemas/fabric.LinkControlPolicy.Relationship",
                                "description": "A reference to a fabricLinkControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "MacSecPolicy": {
                                "$ref": "#/components/schemas/fabric.MacSecPolicy.Relationship",
                                "description": "A reference to a fabricMacSecPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.UplinkPcRole.List": {
                "title": "List of 'fabric.UplinkPcRole' 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 'fabric.UplinkPcRole' 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 'fabric.UplinkPcRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.UplinkPcRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.UplinkRole.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.UplinkRole' 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 'fabric.UplinkRole' resources.",
                "x-one-of-name": "fabric.UplinkRole.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.UplinkRole.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"
                }
            },
            "fabric.UplinkRole": {
                "title": "Fabric:Uplink Role",
                "description": "Configuration object sent by user to create a uplink port.",
                "x-allOf-name": "fabric.UplinkRole",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/fabric.TransceiverRole"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fabric.UplinkRole', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.UplinkRole"
                                ],
                                "default": "fabric.UplinkRole",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.UplinkRole"
                                ],
                                "default": "fabric.UplinkRole",
                                "x-enum-as-string": true
                            },
                            "EthNetworkGroupPolicy": {
                                "description": "An array of relationships to fabricEthNetworkGroupPolicy resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.EthNetworkGroupPolicy.Relationship"
                                },
                                "nullable": true
                            },
                            "FlowControlPolicy": {
                                "$ref": "#/components/schemas/fabric.FlowControlPolicy.Relationship",
                                "description": "A reference to a fabricFlowControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "LinkControlPolicy": {
                                "$ref": "#/components/schemas/fabric.LinkControlPolicy.Relationship",
                                "description": "A reference to a fabricLinkControlPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "MacSecPolicy": {
                                "$ref": "#/components/schemas/fabric.MacSecPolicy.Relationship",
                                "description": "A reference to a fabricMacSecPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.UplinkRole.List": {
                "title": "List of 'fabric.UplinkRole' 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 'fabric.UplinkRole' 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 'fabric.UplinkRole' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.UplinkRole"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.Vlan.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.Vlan' 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 'fabric.Vlan' resources.",
                "x-one-of-name": "fabric.Vlan.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.Vlan.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"
                }
            },
            "fabric.Vlan": {
                "title": "Fabric:Vlan",
                "description": "Configuration object for Virtual LAN.",
                "x-allOf-name": "fabric.Vlan",
                "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 'fabric.Vlan', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.Vlan"
                                ],
                                "default": "fabric.Vlan",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.Vlan"
                                ],
                                "default": "fabric.Vlan",
                                "x-enum-as-string": true
                            },
                            "AutoAllowOnClusterLinks": {
                                "description": "Enable this option to automatically allow the VLAN on inter-cluster links. To configure disjoint Layer 2 VLANs, 'Disable' must be specified together with 'AutoAllowOnUplinks.' Note that 'AutoAllowOnClusterLinks' cannot be enabled for the default VLAN 1 or the native VLAN.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "AutoAllowOnUplinks": {
                                "description": "Enable to automatically allow this VLAN on all uplinks. Disable must be specified alongside AutoAllowOnClusterLinks for disjoint layer 2 VLAN configuration. Default VLAN 1 cannot be configured as disjoint layer 2 VLAN.",
                                "type": "boolean",
                                "default": true,
                                "x-omitempty": true
                            },
                            "IsNative": {
                                "description": "Used to define whether this VLAN is to be classified as 'native' for traffic in this FI.",
                                "type": "boolean",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The 'name' used to identify this VLAN.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PrimaryVlanId": {
                                "description": "The Primary VLAN ID of the VLAN, if the sharing type of the VLAN is Isolated or Community.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 4093,
                                "x-omitempty": true
                            },
                            "SharingType": {
                                "description": "The sharing type of this VLAN.\n* `None` - This represents a regular VLAN.\n* `Primary` - This represents a primary VLAN.\n* `Isolated` - This represents an isolated VLAN.\n* `Community` - This represents a community VLAN.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Primary",
                                    "Isolated",
                                    "Community"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "VlanId": {
                                "description": "The identifier for this Virtual LAN.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4093,
                                "x-omitempty": true
                            },
                            "EthNetworkPolicy": {
                                "$ref": "#/components/schemas/fabric.EthNetworkPolicy.Relationship",
                                "description": "A reference to a fabricEthNetworkPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "MulticastPolicy": {
                                "$ref": "#/components/schemas/fabric.MulticastPolicy.Relationship",
                                "description": "A reference to a fabricMulticastPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "VlanSet": {
                                "$ref": "#/components/schemas/fabric.VlanSet.Relationship",
                                "description": "A reference to a fabricVlanSet resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.Vlan.List": {
                "title": "List of 'fabric.Vlan' 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 'fabric.Vlan' 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 'fabric.Vlan' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.Vlan"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.VlanExportInterface": {
                "title": "Fabric:Vlan Export Interface",
                "description": "VLAN Export Interface Type configuration for NetFlow exporter.",
                "x-allOf-name": "fabric.VlanExportInterface",
                "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 'fabric.VlanExportInterface', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.VlanExportInterface"
                                ],
                                "default": "fabric.VlanExportInterface",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.VlanExportInterface"
                                ],
                                "default": "fabric.VlanExportInterface",
                                "x-enum-as-string": true
                            },
                            "SwitchAip": {
                                "description": "Switch IP for the export 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])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "SwitchAsubnetmask": {
                                "description": "Subnet mask for the export interface 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])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "SwitchBip": {
                                "description": "Switch IP for the export 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])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "SwitchBsubnetmask": {
                                "description": "Subnet mask for the export interface 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])\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$",
                                "x-omitempty": true
                            },
                            "VlanId": {
                                "description": "VLAN ID for the export interface.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4095,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.VlanInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.VlanInventory' 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 'fabric.VlanInventory' resources.",
                "x-one-of-name": "fabric.VlanInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.VlanInventory.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"
                }
            },
            "fabric.VlanInventory": {
                "title": "Fabric:Vlan Inventory",
                "description": "Configuration object inventoried from the device for VLAN.",
                "x-allOf-name": "fabric.VlanInventory",
                "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 'fabric.VlanInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.VlanInventory"
                                ],
                                "default": "fabric.VlanInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.VlanInventory"
                                ],
                                "default": "fabric.VlanInventory",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Admin State of the VLAN attribute in the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the VLAN Inventory for the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Port": {
                                "description": "Ports associated to the VLAN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "Status of the VLAN attribute in the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VlanId": {
                                "description": "The Identifier for VLAN in the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "fabric.VlanInventory.List": {
                "title": "List of 'fabric.VlanInventory' 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 'fabric.VlanInventory' 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 'fabric.VlanInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.VlanInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.VlanSet.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.VlanSet' 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 'fabric.VlanSet' resources.",
                "x-one-of-name": "fabric.VlanSet.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.VlanSet.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"
                }
            },
            "fabric.VlanSet.Relationship": {
                "description": "A relationship to the 'fabric.VlanSet' resource, or the expanded 'fabric.VlanSet' resource, or the 'null' value.",
                "x-one-of-name": "fabric.VlanSet.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.VlanSet"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fabric.VlanSet": {
                "title": "Fabric:Vlan Set",
                "description": "Auto created object for set of vlans with identical configuration.",
                "x-allOf-name": "fabric.VlanSet",
                "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 'fabric.VlanSet', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.VlanSet"
                                ],
                                "default": "fabric.VlanSet",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.VlanSet"
                                ],
                                "default": "fabric.VlanSet",
                                "x-enum-as-string": true
                            },
                            "AutoAllowOnClusterLinks": {
                                "description": "This setting determines whether the VLAN is automatically allowed on inter-cluster links within this domain.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "AutoAllowOnUplinks": {
                                "description": "Used to determine whether this VLAN will be allowed on all uplink ports and PCs in this FI.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsNative": {
                                "description": "Used to define whether this VLAN is to be classified as 'native' for traffic in this FI.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The 'name' used to identify this VLAN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PrimaryVlanId": {
                                "description": "The Primary VLAN ID of the VLAN, if the sharing type of the VLAN is Isolated or Community.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SharingType": {
                                "description": "The sharing type of this VLAN.\n* `None` - This represents a regular VLAN.\n* `Primary` - This represents a primary VLAN.\n* `Isolated` - This represents an isolated VLAN.\n* `Community` - This represents a community VLAN.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Primary",
                                    "Isolated",
                                    "Community"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vlans": {
                                "description": "Set of VLANs defined by VLAN object with identical configuration.",
                                "type": "string",
                                "pattern": "^$|^((\\d+\\-\\d+)|(\\d+))(,((\\d+\\-\\d+)|(\\d+)))*$",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EthNetworkPolicy": {
                                "$ref": "#/components/schemas/fabric.EthNetworkPolicy.Relationship",
                                "description": "A reference to a fabricEthNetworkPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "MulticastPolicy": {
                                "$ref": "#/components/schemas/fabric.MulticastPolicy.Relationship",
                                "description": "A reference to a fabricMulticastPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fabric.VlanSet.List": {
                "title": "List of 'fabric.VlanSet' 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 'fabric.VlanSet' 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 'fabric.VlanSet' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.VlanSet"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.VlanSettings": {
                "title": "VLAN Settings",
                "description": "VLAN configuration for the virtual interface.",
                "x-allOf-name": "fabric.VlanSettings",
                "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 'fabric.VlanSettings', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.VlanSettings"
                                ],
                                "default": "fabric.VlanSettings",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.VlanSettings"
                                ],
                                "default": "fabric.VlanSettings",
                                "x-enum-as-string": true
                            },
                            "AllowedVlans": {
                                "description": "Allowed VLAN IDs of the virtual interface. A list of comma separated VLAN ids and/or VLAN id ranges.",
                                "type": "string",
                                "pattern": "^$|^((\\d+\\-\\d+)|(\\d+))(,((\\d+\\-\\d+)|(\\d+)))*$",
                                "x-omitempty": true
                            },
                            "NativeVlan": {
                                "description": "Native VLAN ID of the virtual interface or the corresponding Vethernet on the peer Fabric Interconnect to which the virtual interface is connected. Native VLAN ID maps all incoming untagged traffic i.e. packets without a VLAN tag to the native VLAN for switching purposes. If the native VLAN is not a part of the allowed VLANs, it will automatically be added to the list of allowed VLANs. A native VLAN ID of 0 will indicate to the system to use the system default native VLAN ID and will also prevent native VLAN from being added to the allowed VLAN list.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "minimum": 0,
                                "maximum": 4093,
                                "x-omitempty": true
                            },
                            "QinqEnabled": {
                                "description": "Enable QinQ (802.1Q-in-802.1Q) Tunneling on the vNIC.",
                                "type": "boolean",
                                "default": false,
                                "x-omitempty": true
                            },
                            "QinqVlan": {
                                "description": "Select the VLAN ID for VIC QinQ (802.1Q-in-802.1Q) Tunneling.",
                                "type": "integer",
                                "format": "int64",
                                "default": 2,
                                "minimum": 2,
                                "maximum": 4093,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "fabric.Vsan.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.Vsan' 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 'fabric.Vsan' resources.",
                "x-one-of-name": "fabric.Vsan.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.Vsan.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"
                }
            },
            "fabric.Vsan": {
                "title": "Fabric:Vsan",
                "description": "Configuration object sent by user to create VSAN configurations.",
                "x-allOf-name": "fabric.Vsan",
                "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 'fabric.Vsan', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.Vsan"
                                ],
                                "default": "fabric.Vsan",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.Vsan"
                                ],
                                "default": "fabric.Vsan",
                                "x-enum-as-string": true
                            },
                            "DefaultZoning": {
                                "description": "Enables or Disables the default zoning state.\n* `Enabled` - Admin configured Enabled State.\n* `Disabled` - Admin configured Disabled State.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "enum": [
                                    "Enabled",
                                    "Disabled"
                                ],
                                "default": "Enabled",
                                "x-omitempty": true
                            },
                            "FcZoneSharingMode": {
                                "description": "Logical grouping mode for fc ports.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FcoeVlan": {
                                "description": "FCOE Vlan associated to the VSAN configuration.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4093,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "User given name for the VSAN configuration.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "VsanId": {
                                "description": "Virtual San Identifier in the switch.",
                                "type": "integer",
                                "format": "int64",
                                "minimum": 1,
                                "maximum": 4093,
                                "x-omitempty": true
                            },
                            "VsanScope": {
                                "description": "Used to indicate whether the VSAN Id is defined for storage or uplink or both traffics in FI.\n* `Uplink` - Vsan associated with uplink network.\n* `Storage` - Vsan associated with storage network.\n* `Common` - Vsan that is common for uplink and storage network.",
                                "type": "string",
                                "enum": [
                                    "Uplink",
                                    "Storage",
                                    "Common"
                                ],
                                "default": "Uplink",
                                "x-omitempty": true
                            },
                            "FcNetworkPolicy": {
                                "$ref": "#/components/schemas/fabric.FcNetworkPolicy.Relationship",
                                "description": "A reference to a fabricFcNetworkPolicy resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "fabric.Vsan.List": {
                "title": "List of 'fabric.Vsan' 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 'fabric.Vsan' 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 'fabric.Vsan' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.Vsan"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fabric.VsanInventory.Response": {
                "description": "The response body of a HTTP GET request for the 'fabric.VsanInventory' 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 'fabric.VsanInventory' resources.",
                "x-one-of-name": "fabric.VsanInventory.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fabric.VsanInventory.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"
                }
            },
            "fabric.VsanInventory": {
                "title": "Fabric:Vsan Inventory",
                "description": "Inventory object for VSAN.",
                "x-allOf-name": "fabric.VsanInventory",
                "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 'fabric.VsanInventory', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fabric.VsanInventory"
                                ],
                                "default": "fabric.VsanInventory",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fabric.VsanInventory"
                                ],
                                "default": "fabric.VsanInventory",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Admin state of the VSAN. It can be active or inactive.\n* `` - Default value to represent the administrative state of isolated vsan.\n* `Up` - VSAN administrative state is up.\n* `Down` - VSAN administrative state is down.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Up",
                                    "Down"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InteropMode": {
                                "description": "Interoperability mode of the VSAN. It enables products of multiple vendors to communicate with each other.\n* `` - Default value to represent the interoperability mode of isolated vsan when it is not configured.\n* `Default` - Default mode for a VSAN that is communicating between a SAN composed entirely of MDS 9000 switches.\n* `1` - Allows integration with Brocade and McData switches that have been configured for their own interoperability modes. Brocade and McData switches must be running in interop mode to work with this VSAN mode.\n* `2` - Allows seamless integration with specific Brocade switches running in their own native mode of operation.\n* `3` - Allows seamless integration with Brocade switches that contains more than 16 ports.\n* `4` - Allows seamless integration between MDS VSANs and McData switches running in McData Fabric 1.0 interop mode.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Default",
                                    "1",
                                    "2",
                                    "3",
                                    "4"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LoadBalancing": {
                                "description": "These attributes indicate the use of the source-destination ID or the originator exchange OX ID for load balancing path selection.\n* `` - Default value to represent the load balancing scheme of isolated vsan.\n* `src-id/dst-id` - Directs the switch to use the source and destination ID for its path selection process.\n* `src-id/dst-id/oxid` - Directs the switch to use the source ID, the destination ID, and the OX ID for its path selection process.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "src-id/dst-id",
                                    "src-id/dst-id/oxid"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "User-specified name of the VSAN.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "Operational state of the VSAN.\n* `` - Default value to represent the operational state of isolated vsan.\n* `Up` - VSAN operational state is up.\n* `Down` - VSAN operational state is down.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Up",
                                    "Down"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SmartZoning": {
                                "description": "Smart zoning status on the VSAN. It can be enabled or disabled.\n* `` - Default value to represent the smart zoning status of isolated vsan.\n* `Enabled` - VSAN smart zoning state is enabled.\n* `Disabled` - VSAN smart zoning state is disabled.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "Enabled",
                                    "Disabled"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VsanId": {
                                "description": "Identifier for the VSAN. It is an integer from 1 to 4094.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "fabric.VsanInventory.List": {
                "title": "List of 'fabric.VsanInventory' 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 'fabric.VsanInventory' 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 'fabric.VsanInventory' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fabric.VsanInventory"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fc.Neighbor.Response": {
                "description": "The response body of a HTTP GET request for the 'fc.Neighbor' 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 'fc.Neighbor' resources.",
                "x-one-of-name": "fc.Neighbor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fc.Neighbor.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"
                }
            },
            "fc.Neighbor.Relationship": {
                "description": "A relationship to the 'fc.Neighbor' resource, or the expanded 'fc.Neighbor' resource, or the 'null' value.",
                "x-one-of-name": "fc.Neighbor.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fc.Neighbor"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fc.Neighbor": {
                "title": "Fc:Neighbor",
                "description": "Concrete class for switch and N port virtualization neighbors present in various interfaces of a switch.",
                "x-allOf-name": "fc.Neighbor",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fc.Neighbor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fc.Neighbor"
                                ],
                                "default": "fc.Neighbor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fc.Neighbor"
                                ],
                                "default": "fc.Neighbor",
                                "x-enum-as-string": true
                            },
                            "PeerDeviceCapability": {
                                "description": "This field defines if neighbor is a switch, storage or an NPV device.\n* `Switch` - Switch type neighbors of an interface.\n* `NPV` - N Port Virtualization neighbors of an interface.\n* `Storage` - Storage type neighbors of an interface.",
                                "type": "string",
                                "enum": [
                                    "Switch",
                                    "NPV",
                                    "Storage"
                                ],
                                "default": "Switch",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerInterface": {
                                "description": "Interface through which the relationship is established.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerIpAddress": {
                                "description": "IP address of the peer switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerPortWwn": {
                                "description": "World Wide Name of the neighbor port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerSwitchName": {
                                "description": "Device Id of the neighbor switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerWwn": {
                                "description": "World Wide Name of the neighbor switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "Vendor name for the neighboring storage device. Available only for Storage neighbors.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vsan": {
                                "description": "VSAN associated with this neighbor port.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FcPhysicalPort": {
                                "$ref": "#/components/schemas/fc.PhysicalPort.Relationship",
                                "description": "A reference to a fcPhysicalPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "FcPortChannel": {
                                "$ref": "#/components/schemas/fc.PortChannel.Relationship",
                                "description": "A reference to a fcPortChannel resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "fc.Neighbor.List": {
                "title": "List of 'fc.Neighbor' 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 'fc.Neighbor' 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 'fc.Neighbor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fc.Neighbor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fc.PhysicalPort.Response": {
                "description": "The response body of a HTTP GET request for the 'fc.PhysicalPort' 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 'fc.PhysicalPort' resources.",
                "x-one-of-name": "fc.PhysicalPort.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fc.PhysicalPort.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"
                }
            },
            "fc.PhysicalPort.Relationship": {
                "description": "A relationship to the 'fc.PhysicalPort' resource, or the expanded 'fc.PhysicalPort' resource, or the 'null' value.",
                "x-one-of-name": "fc.PhysicalPort.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fc.PhysicalPort"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fc.PhysicalPort": {
                "title": "Fc:Physical Port",
                "description": "The physical interface on the Fabric Interconnect to which a Fibre Channel (FC) target can be connected to within a data center.",
                "x-allOf-name": "fc.PhysicalPort",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/port.Physical"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fc.PhysicalPort', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fc.PhysicalPort"
                                ],
                                "default": "fc.PhysicalPort",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fc.PhysicalPort"
                                ],
                                "default": "fc.PhysicalPort",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Administrator configured Speed applied on the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Administratively configured state (enabled/disabled) for this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port member in the Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "default": 0,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "B2bCredit": {
                                "description": "Buffer to Buffer credits of FC port.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "MaxSpeed": {
                                "description": "Maximum Speed with which the port operates.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Mode information N_proxy, F or E associated to the Fibre Channel port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the physical port of FC.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperSpeed": {
                                "description": "Operational Speed with which the port operates.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerDn": {
                                "description": "PeerDn for fibre channel physical port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelId": {
                                "description": "Port channel id of FC port channel created on FI switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TransceiverType": {
                                "description": "Transceiver type of a Fibre Channel port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vsan": {
                                "description": "Virtual San that is associated to the port.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Wwn": {
                                "description": "World Wide Name of a Fibre Channel port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentSwitchCard": {
                                "$ref": "#/components/schemas/equipment.SwitchCard.Relationship",
                                "description": "A reference to a equipmentSwitchCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "FcNeighbor": {
                                "$ref": "#/components/schemas/fc.Neighbor.Relationship",
                                "description": "A reference to a fcNeighbor resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkSupervisorCard": {
                                "$ref": "#/components/schemas/network.SupervisorCard.Relationship",
                                "description": "A reference to a networkSupervisorCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PortGroup": {
                                "$ref": "#/components/schemas/port.Group.Relationship",
                                "description": "A reference to a portGroup resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PortSubGroup": {
                                "$ref": "#/components/schemas/port.SubGroup.Relationship",
                                "description": "A reference to a portSubGroup 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
                            }
                        }
                    }
                ]
            },
            "fc.PhysicalPort.List": {
                "title": "List of 'fc.PhysicalPort' 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 'fc.PhysicalPort' 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 'fc.PhysicalPort' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fc.PhysicalPort"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "fc.PortChannel.Response": {
                "description": "The response body of a HTTP GET request for the 'fc.PortChannel' 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 'fc.PortChannel' resources.",
                "x-one-of-name": "fc.PortChannel.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/fc.PortChannel.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"
                }
            },
            "fc.PortChannel.Relationship": {
                "description": "A relationship to the 'fc.PortChannel' resource, or the expanded 'fc.PortChannel' resource, or the 'null' value.",
                "x-one-of-name": "fc.PortChannel.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/fc.PortChannel"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "fc.PortChannel": {
                "title": "Fc:Port Channel",
                "description": "Fibre Channel (FC) port channels in a Fabric Interconnect are logical links that aggregate multiple physical Fibre Channel (FC) ports into a single virtual connection. This configuration is primarily used to enhance the bandwidth and redundancy of storage network connections within a data center.",
                "x-allOf-name": "fc.PortChannel",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'fc.PortChannel', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "fc.PortChannel"
                                ],
                                "default": "fc.PortChannel",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "fc.PortChannel"
                                ],
                                "default": "fc.PortChannel",
                                "x-enum-as-string": true
                            },
                            "AdminSpeed": {
                                "description": "Administrator configured Speed applied on the port channel.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AdminState": {
                                "description": "Administratively configured state (enabled/disabled) for this portchannel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mode": {
                                "description": "Mode information N_proxy, F or E associated to the Fibre Channel portchannel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperSpeed": {
                                "description": "Operational speed of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "Operational state of this port-channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperStateQual": {
                                "description": "Reason for this port-channel's Operational state.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PortChannelId": {
                                "description": "Unique identifier for this port-channel on the FI.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Role": {
                                "description": "This port-channel's configured role (fcUplink, fcStorage, etc.).",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch Identifier that is local to a cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vsan": {
                                "description": "Virtual San that is associated to the port-channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Wwn": {
                                "description": "World Wide Name of the port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentSwitchCard": {
                                "$ref": "#/components/schemas/equipment.SwitchCard.Relationship",
                                "description": "A reference to a equipmentSwitchCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "FcNeighbor": {
                                "description": "An array of relationships to fcNeighbor resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fc.Neighbor.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "fc.PortChannel.List": {
                "title": "List of 'fc.PortChannel' 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 'fc.PortChannel' 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 'fc.PortChannel' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fc.PortChannel"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.DiscoveredNeighbor.Response": {
                "description": "The response body of a HTTP GET request for the 'network.DiscoveredNeighbor' 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 'network.DiscoveredNeighbor' resources.",
                "x-one-of-name": "network.DiscoveredNeighbor.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.DiscoveredNeighbor.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"
                }
            },
            "network.DiscoveredNeighbor.Relationship": {
                "description": "A relationship to the 'network.DiscoveredNeighbor' resource, or the expanded 'network.DiscoveredNeighbor' resource, or the 'null' value.",
                "x-one-of-name": "network.DiscoveredNeighbor.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.DiscoveredNeighbor"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.DiscoveredNeighbor": {
                "title": "Network:Discovered Neighbor",
                "description": "L2 neighbor (LLDP and CDP) available on the switch.",
                "x-allOf-name": "network.DiscoveredNeighbor",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.DiscoveredNeighbor', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.DiscoveredNeighbor"
                                ],
                                "default": "network.DiscoveredNeighbor",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.DiscoveredNeighbor"
                                ],
                                "default": "network.DiscoveredNeighbor",
                                "x-enum-as-string": true
                            },
                            "DeviceId": {
                                "description": "Device identifier of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagementAddress": {
                                "description": "The management address of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborCapability": {
                                "description": "System capabilities of the neighboring device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborDescription": {
                                "description": "The software description of the neighboring device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborDeviceCapability": {
                                "type": "array",
                                "items": {
                                    "description": "Capabilities of the neighboring device.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "NeighborDeviceId": {
                                "description": "Device identifier of the neighboring device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborInterface": {
                                "description": "Neighboring device interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborModel": {
                                "description": "Model of the neighbor device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborNativeVlan": {
                                "description": "Native VLAN of the neighbor device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborPortId": {
                                "description": "PortID of the neighbor device configured.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborSerial": {
                                "description": "Serial number of the neighbor device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborType": {
                                "description": "Type of the neighbor device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborVendor": {
                                "description": "Vendor of the neighbor device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NeighborVersion": {
                                "description": "Version of the neighbor device.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchPortId": {
                                "description": "Name of the local interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CdpNeighbor": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "LldpNeighbor": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PhysicalPort": {
                                "$ref": "#/components/schemas/ether.PhysicalPort.Relationship",
                                "description": "A reference to a etherPhysicalPort resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "network.DiscoveredNeighbor.List": {
                "title": "List of 'network.DiscoveredNeighbor' 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 'network.DiscoveredNeighbor' 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 'network.DiscoveredNeighbor' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.DiscoveredNeighbor"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.Dns.Response": {
                "description": "The response body of a HTTP GET request for the 'network.Dns' 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 'network.Dns' resources.",
                "x-one-of-name": "network.Dns.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.Dns.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"
                }
            },
            "network.Dns.Relationship": {
                "description": "A relationship to the 'network.Dns' resource, or the expanded 'network.Dns' resource, or the 'null' value.",
                "x-one-of-name": "network.Dns.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.Dns"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.Dns": {
                "title": "Network:Dns",
                "description": "Concrete class for list of DNS servers configured on the nexus end point.",
                "x-allOf-name": "network.Dns",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.Dns', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.Dns"
                                ],
                                "default": "network.Dns",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.Dns"
                                ],
                                "default": "network.Dns",
                                "x-enum-as-string": true
                            },
                            "AdditionalDomains": {
                                "type": "array",
                                "items": {
                                    "description": "Additional domain server list configured for VRF.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "DefaultDomain": {
                                "description": "Default domain configured for VRF.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NameServers": {
                                "type": "array",
                                "items": {
                                    "description": "Name server list configured for VRF.",
                                    "type": "string",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "VrfName": {
                                "description": "Name of the VRF configured for the DNS.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.Dns.List": {
                "title": "List of 'network.Dns' 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 'network.Dns' 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 'network.Dns' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Dns"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.Element.Response": {
                "description": "The response body of a HTTP GET request for the 'network.Element' 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 'network.Element' resources.",
                "x-one-of-name": "network.Element.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.Element.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"
                }
            },
            "network.Element.Relationship": {
                "description": "A relationship to the 'network.Element' resource, or the expanded 'network.Element' resource, or the 'null' value.",
                "x-one-of-name": "network.Element.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.Element"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.Element": {
                "title": "Network:Element",
                "description": "The Cisco UCS Fabric Interconnect module within a domain supporting a range of models including the 6400, 6500 series etc.",
                "x-allOf-name": "network.Element",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.Element', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.Element"
                                ],
                                "default": "network.Element",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.Element"
                                ],
                                "default": "network.Element",
                                "x-enum-as-string": true
                            },
                            "AdminEvacState": {
                                "description": "Administratively configured state of Fabric Evacuation feature, for this switch.\n* `` - Evacuation state of the switch is unknown.\n* `enabled` - Evacuation state of the switch is enabled.\n* `disabled` - Evacuation state of the switch is disabled.\n* `applying` - Evacuation state of the switch when evacuation is in progress.\n* `on` - Evacuation state of the switch is enabled.\n* `off` - Evacuation state of the switch is disabled.\n* `N/A` - Evacuation state of the switch is not applicable.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "enabled",
                                    "disabled",
                                    "applying",
                                    "on",
                                    "off",
                                    "N/A"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminInbandInterfaceState": {
                                "description": "The administrative state of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AlarmSummary": {
                                "description": "The summary of alarm counts based on the severity types (Critical or Warning).",
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.AlarmSummary",
                                "x-omitempty": true
                            },
                            "AvailableMemory": {
                                "description": "Available memory (un-used) on this switch platform.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CdpEnabled": {
                                "description": "Cisco Discovery Protocol configuration for the switch.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Chassis": {
                                "description": "Chassis IP of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ConfModTs": {
                                "description": "Configuration modified timestamp of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ConfModTsBackup": {
                                "description": "Configuration modified backup timestamp of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ConfigRestoreState": {
                                "description": "Indicates if the network Element is in a config restore state.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionStatus": {
                                "description": "Connection status of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DefaultDomain": {
                                "description": "The default domain name configured on the switch.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+([-.]{1}[a-zA-Z0-9]+)*$",
                                "minLength": 0,
                                "maxLength": 255,
                                "x-omitempty": true
                            },
                            "EthernetMode": {
                                "description": "The user configured Ethernet operational mode for this switch (End-Host or Switching).",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EthernetSwitchingMode": {
                                "description": "The user configured Ethernet operational mode for this switch (End-Host or Switching).\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FaultSummary": {
                                "description": "The fault summary of the network Element out-of-band management interface.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "FcMode": {
                                "description": "The user configured FC operational mode for this switch (End-Host or Switching).",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FcSwitchingMode": {
                                "description": "The user configured FC operational mode for this switch (End-Host or Switching).\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FpgaUpgradeNeeded": {
                                "description": "The flag to check vulnerability with secure boot technology.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpAddress": {
                                "description": "The IP address of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpGateway": {
                                "description": "The default gateway of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpMask": {
                                "description": "The network mask of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpv6Address": {
                                "description": "The IPv6 address of the network Element inband management interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InbandIpv6Gateway": {
                                "description": "The default IPv6 gateway of the network Element inband management interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InbandIpv6Prefix": {
                                "description": "The network mask of the network Element inband management interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InbandMac": {
                                "description": "The MAC address of the network Element inband management interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "InbandVlan": {
                                "description": "The VLAN ID of the network Element inband management interface.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterClusterLinkState": {
                                "description": "The intercluster link state of the switch.\n* `Unknown` - The operational state of the link is not known.\n* `Up` - The operational state of the link is up.\n* `Down` - The operational state of the link is down.\n* `Degraded` - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down",
                                    "Degraded"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "JumboFrameEnabled": {
                                "description": "Jumbo Frame configuration for the switch.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LldpEnabled": {
                                "description": "Link Layer Discovery Protocol configuration for the switch.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocationDetails": {
                                "description": "Location details associated with the managed object. When a Target object is assigned to a location the details of the associated location are copied into the Target and other related objects in the LocationDetails property.",
                                "$ref": "intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.GeoLocationDetails",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagementMode": {
                                "description": "The management mode of the fabric interconnect.\n* `IntersightStandalone` - Intersight Standalone mode of operation.\n* `UCSM` - Unified Computing System Manager mode of operation.\n* `Intersight` - Intersight managed mode of operation.",
                                "type": "string",
                                "enum": [
                                    "IntersightStandalone",
                                    "UCSM",
                                    "Intersight"
                                ],
                                "default": "IntersightStandalone",
                                "x-omitempty": true
                            },
                            "OperEvacState": {
                                "description": "Operational state of the Fabric Evacuation feature, for this switch.\n* `` - Evacuation state of the switch is unknown.\n* `enabled` - Evacuation state of the switch is enabled.\n* `disabled` - Evacuation state of the switch is disabled.\n* `applying` - Evacuation state of the switch when evacuation is in progress.\n* `on` - Evacuation state of the switch is enabled.\n* `off` - Evacuation state of the switch is disabled.\n* `N/A` - Evacuation state of the switch is not applicable.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "enabled",
                                    "disabled",
                                    "applying",
                                    "on",
                                    "off",
                                    "N/A"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Operability": {
                                "description": "The switch's current overall operational/health state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpAddress": {
                                "description": "The IP address of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpGateway": {
                                "description": "The default gateway of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpMask": {
                                "description": "The network mask of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv4Address": {
                                "description": "The IPv4 address of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv4Gateway": {
                                "description": "The default IPv4 gateway of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv4Mask": {
                                "description": "The network mask of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Address": {
                                "description": "The IPv6 address of the network Element out-of-band management interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Error": {
                                "description": "Any error message related to IPv6 configuration on the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Gateway": {
                                "description": "The default IPv6 gateway of the network Element out-of-band management interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Mode": {
                                "description": "The IPv6 address configuration mode of the network Element out-of-band management interface.\n* `` - The IPv6 address mode is not available or not applicable.\n* `slaac` - IPv6 address is configured via Stateless Address Autoconfiguration (SLAAC).\n* `static` - IPv6 address is statically configured.\n* `disabled` - IPv6 is disabled on the out-of-band management interface.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "slaac",
                                    "static",
                                    "disabled"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Prefix": {
                                "description": "The network mask of the network Element out-of-band management interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Redirects": {
                                "description": "The IPv6 ICMPv6 redirects configuration on the network Element out-of-band management interface.\n* `` - The IPv6 redirects configuration is not available or not applicable.\n* `enabled` - IPv6 ICMPv6 redirects are enabled on the management interface.\n* `disabled` - IPv6 ICMPv6 redirects are disabled on the management interface.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "enabled",
                                    "disabled"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6SlaacIidMode": {
                                "description": "The SLAAC Interface Identifier (IID) mode for the network Element out-of-band management IPv6 address.\n* `` - The SLAAC IID mode is not available or not applicable.\n* `eui64` - The SLAAC IID is derived from the MAC address using the EUI-64 method.\n* `opaque` - The SLAAC IID is generated using an opaque identifier for privacy.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "eui64",
                                    "opaque"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Status": {
                                "description": "The status of the IPv6 configuration on the network Element out-of-band management interface.\n* `` - The IPv6 address status is not available or not applicable.\n* `active` - The IPv6 address is active and in use.\n* `tentative` - The IPv6 address is in tentative state (Duplicate Address Detection in progress).\n* `duplicate` - The IPv6 address is a duplicate (DAD failed).\n* `deprecated` - The IPv6 address is deprecated (preferred lifetime expired).\n* `disabled` - The IPv6 address is disabled.\n* `waiting` - SLAAC is configured but waiting for a Router Advertisement to assign an address.\n* `error` - An error occurred during IPv6 address configuration.\n* `unknown` - The IPv6 address status is unknown.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "active",
                                    "tentative",
                                    "duplicate",
                                    "deprecated",
                                    "disabled",
                                    "waiting",
                                    "error",
                                    "unknown"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandMac": {
                                "description": "The MAC address of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part number of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PeerFirmwareOutOfSync": {
                                "description": "The flag to indicate the firmware of peer Fabric Interconnect is out of sync.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReservedVlanStartId": {
                                "description": "The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RouterMac": {
                                "description": "This MAC address will be the source MAC address for NetFlow packets.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SecureRouterInfo": {
                                "description": "Information about secure routers detected, discovered and configured.",
                                "$ref": "#/components/schemas/network.SecureRouterInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "The Slot Id of the network Element when embedded inside a chassis.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The status of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "StpMode": {
                                "description": "Spanning Tree Protocol configuration for the switch.\n* `Disabled` - Spanning Tree Protocol (STP) is disabled.\n* `STP` - Spanning Tree Protocol (STP) is enabled and operating in STP.\n* `RSTP` - Spanning Tree Protocol (STP) is enabled and operating in RSTP mode.\n* `MSTP` - Spanning Tree Protocol (STP) is enabled and operating in MSTP mode.\n* `PVST+` - Spanning Tree Protocol (STP) is enabled and operating in PVST mode.\n* `RPVST+` - Spanning Tree Protocol (STP) is enabled and operating in RPVST mode.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "STP",
                                    "RSTP",
                                    "MSTP",
                                    "PVST+",
                                    "RPVST+"
                                ],
                                "default": "Disabled",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "The Switch Id of the network Element.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchProfileName": {
                                "description": "The name of switch profile associated with the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchType": {
                                "description": "The Switch type that the network element is a part of.\n* `FabricInterconnect` - The default Switch type of UCSM and IMM mode devices.\n* `NexusDevice` - Switch type of Nexus devices.\n* `MDSDevice` - Switch type of Nexus MDS devices.\n* `EdgeChassisManagementController` - Switch type of Edge Chassis Management Controller.",
                                "type": "string",
                                "enum": [
                                    "FabricInterconnect",
                                    "NexusDevice",
                                    "MDSDevice",
                                    "EdgeChassisManagementController"
                                ],
                                "default": "FabricInterconnect",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchWwn": {
                                "description": "World Wide Name of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemUpTime": {
                                "description": "System up time of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Thermal": {
                                "description": "The Thermal status of the fabric interconnect.\n* `unknown` - The default state of the sensor (in case no data is received).\n* `ok` - State of the sensor indicating the sensor's temperature range is okay.\n* `upper-non-recoverable` - State of the sensor indicating that the temperature is extremely high above normal range.\n* `upper-critical` - State of the sensor indicating that the temperature is above normal range.\n* `upper-non-critical` - State of the sensor indicating that the temperature is a little above the normal range.\n* `lower-non-critical` - State of the sensor indicating that the temperature is a little below the normal range.\n* `lower-critical` - State of the sensor indicating that the temperature is below normal range.\n* `lower-non-recoverable` - State of the sensor indicating that the temperature is extremely below normal range.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "ok",
                                    "upper-non-recoverable",
                                    "upper-critical",
                                    "upper-non-critical",
                                    "lower-non-critical",
                                    "lower-critical",
                                    "lower-non-recoverable"
                                ],
                                "default": "unknown",
                                "x-omitempty": true
                            },
                            "TotalMemory": {
                                "description": "Total available memory on this switch platform.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the switch.",
                                "type": "string",
                                "pattern": "^[ !#$%&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$",
                                "minLength": 0,
                                "maxLength": 64,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Firmware version of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AssignedLocation": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.GeoLocation.Relationship",
                                "description": "A reference to a assetGeoLocation resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Cards": {
                                "description": "An array of relationships to equipmentSwitchCard resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.SwitchCard.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "CdpNeighbor": {
                                "description": "An array of relationships to networkDiscoveredNeighbor resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.DiscoveredNeighbor.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ChassisController": {
                                "$ref": "#/components/schemas/equipment.ChassisController.Relationship",
                                "description": "A reference to a equipmentChassisController resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "Console": {
                                "description": "An array of relationships to consoleConsoleConfig resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/console.ConsoleConfig.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Dns": {
                                "description": "An array of relationships to networkDns resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Dns.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EtherPortChannels": {
                                "description": "An array of relationships to etherPortChannel resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.PortChannel.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Fanmodules": {
                                "description": "An array of relationships to equipmentFanModule resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.FanModule.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "FcPortChannels": {
                                "description": "An array of relationships to fcPortChannel resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fc.PortChannel.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "FeatureControl": {
                                "description": "An array of relationships to networkFeatureControl resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.FeatureControl.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InterfaceList": {
                                "description": "An array of relationships to networkInterfaceList resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.InterfaceList.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "LicenseFile": {
                                "description": "An array of relationships to networkLicenseFile resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.LicenseFile.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "LldpNeighbor": {
                                "description": "An array of relationships to networkDiscoveredNeighbor resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.DiscoveredNeighbor.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "LocatorLed": {
                                "$ref": "#/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
                            },
                            "ManagementController": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/management.Controller.Relationship",
                                "description": "A reference to a managementController resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "ManagementEntity": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/management.Entity.Relationship",
                                "description": "A reference to a managementEntity resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkFcZoneInfo": {
                                "$ref": "#/components/schemas/network.FcZoneInfo.Relationship",
                                "description": "A reference to a networkFcZoneInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkVlanPortInfo": {
                                "$ref": "#/components/schemas/network.VlanPortInfo.Relationship",
                                "description": "A reference to a networkVlanPortInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NtpServer": {
                                "description": "An array of relationships to ntpNtpServer resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/ntp.NtpServer.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "PortMacBindings": {
                                "description": "An array of relationships to portMacBinding resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/port.MacBinding.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "ProcessorUnit": {
                                "description": "An array of relationships to processorUnit resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/processor.Unit.Relationship"
                                },
                                "nullable": true
                            },
                            "Psus": {
                                "description": "An array of relationships to equipmentPsu resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Psu.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
                            },
                            "Sensors": {
                                "description": "An array of relationships to equipmentSensor resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/equipment.Sensor.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "StorageItems": {
                                "description": "An array of relationships to storageItem resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/storage.Item.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "SupervisorCard": {
                                "description": "An array of relationships to networkSupervisorCard resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.SupervisorCard.Relationship"
                                },
                                "nullable": true
                            },
                            "TopSystem": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/top.System.Relationship",
                                "description": "A reference to a topSystem resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "UcsmRunningFirmware": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/firmware.RunningFirmware.Relationship",
                                "description": "A reference to a firmwareRunningFirmware resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "Veths": {
                                "description": "An array of relationships to networkVethernet resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Vethernet.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Vfcs": {
                                "description": "An array of relationships to networkVfc resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Vfc.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "VpcDomain": {
                                "$ref": "#/components/schemas/network.VpcDomain.Relationship",
                                "description": "A reference to a networkVpcDomain resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "VpcMember": {
                                "description": "An array of relationships to networkVpcMember resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.VpcMember.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "VpcPeer": {
                                "description": "An array of relationships to networkVpcPeer resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.VpcPeer.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "Vrf": {
                                "description": "An array of relationships to networkVrf resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Vrf.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "network.Element.List": {
                "title": "List of 'network.Element' 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 'network.Element' 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 'network.Element' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Element"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.ElementSummary.Response": {
                "description": "The response body of a HTTP GET request for the 'network.ElementSummary' 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 'network.ElementSummary' resources.",
                "x-one-of-name": "network.ElementSummary.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.ElementSummary.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"
                }
            },
            "network.ElementSummary.Relationship": {
                "description": "A relationship to the 'network.ElementSummary' resource, or the expanded 'network.ElementSummary' resource, or the 'null' value.",
                "x-one-of-name": "network.ElementSummary.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.ElementSummary"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.ElementSummary": {
                "title": "ElementSummary",
                "description": "View MO which aggregates information pertaining to a network element from mutiple MOs.",
                "x-allOf-name": "network.ElementSummary",
                "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 'network.ElementSummary', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.ElementSummary"
                                ],
                                "default": "network.ElementSummary",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.ElementSummary"
                                ],
                                "default": "network.ElementSummary",
                                "x-enum-as-string": true
                            },
                            "AdminEvacState": {
                                "description": "Administratively configured state of Fabric Evacuation feature, for this switch.\n* `` - Evacuation state of the switch is unknown.\n* `enabled` - Evacuation state of the switch is enabled.\n* `disabled` - Evacuation state of the switch is disabled.\n* `applying` - Evacuation state of the switch when evacuation is in progress.\n* `on` - Evacuation state of the switch is enabled.\n* `off` - Evacuation state of the switch is disabled.\n* `N/A` - Evacuation state of the switch is not applicable.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "enabled",
                                    "disabled",
                                    "applying",
                                    "on",
                                    "off",
                                    "N/A"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdminInbandInterfaceState": {
                                "description": "The administrative state of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AlarmSummary": {
                                "description": "The summary of alarm counts based on the severity types (Critical or Warning).",
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.AlarmSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AvailableMemory": {
                                "description": "Available memory (un-used) on this switch platform.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BundleVersion": {
                                "description": "Running firmware bundle information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CdpEnabled": {
                                "description": "Cisco Discovery Protocol (CDP) configuration for the switch.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Chassis": {
                                "description": "Chassis IP of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfModTs": {
                                "description": "Configuration modified timestamp of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfModTsBackup": {
                                "description": "Configuration modified backup timestamp of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConnectionStatus": {
                                "description": "Connection status of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DefaultDomain": {
                                "description": "The default domain name configured on the switch.",
                                "type": "string",
                                "pattern": "^$|^[a-zA-Z0-9]+([-.]{1}[a-zA-Z0-9]+)*$",
                                "minLength": 0,
                                "maxLength": 255,
                                "x-omitempty": true
                            },
                            "DeviceMoId": {
                                "description": "The MoId of the registered device that coresponds to the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Dn": {
                                "description": "The Distinguished Name unambiguously identifies an object in the system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EthernetMode": {
                                "description": "The user configured Ethernet operational mode for this switch (End-Host or Switching).",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EthernetSwitchingMode": {
                                "description": "The user configured Ethernet operational mode for this switch (End-Host or Switching).\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FaultSummary": {
                                "description": "The fault summary for the server.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FcMode": {
                                "description": "The user configured FC operational mode for this switch (End-Host or Switching).",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FcSwitchingMode": {
                                "description": "The user configured FC operational mode for this switch (End-Host or Switching).\n* `end-host` - In end-host mode, the fabric interconnects appear to the upstream devices as end hosts with multiple links.In this mode, the switch does not run Spanning Tree Protocol and avoids loops by following a set of rules for traffic forwarding.In case of ethernet switching mode - Ethernet end-host mode is also known as Ethernet host virtualizer.\n* `switch` - In switch mode, the switch runs Spanning Tree Protocol to avoid loops, and broadcast and multicast packets are handled in the traditional way.This is the traditional switch mode.",
                                "type": "string",
                                "enum": [
                                    "end-host",
                                    "switch"
                                ],
                                "default": "end-host",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Firmware": {
                                "description": "Running firmware information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FirmwareVersion": {
                                "description": "Running firmware information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FpgaUpgradeNeeded": {
                                "description": "The flag to check vulnerability with secure boot technology.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpAddress": {
                                "description": "The IP address of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpGateway": {
                                "description": "The default gateway of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpMask": {
                                "description": "The network mask of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpv6Address": {
                                "description": "The IPv6 address of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpv6Gateway": {
                                "description": "The default IPv6 gateway of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandIpv6Prefix": {
                                "description": "The network mask of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandMac": {
                                "description": "The MAC address of the network Element inband management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InbandVlan": {
                                "description": "The VLAN ID of the network Element inband management interface.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InterClusterLinkState": {
                                "description": "The intercluster link state of the switch.\n* `Unknown` - The operational state of the link is not known.\n* `Up` - The operational state of the link is up.\n* `Down` - The operational state of the link is down.\n* `Degraded` - The link is operational but degraded. This state is applicable to port channels when any one of the member links is down.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "Up",
                                    "Down",
                                    "Degraded"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ipv4Address": {
                                "description": "IP version 4 address is saved in this property.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IsUpgraded": {
                                "description": "This field indicates the compute status of the catalog values for the associated component or hardware.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "JumboFrameEnabled": {
                                "description": "Jumbo Frame configuration for the switch.",
                                "type": "boolean",
                                "default": true,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LldpEnabled": {
                                "description": "Link Layer Discovery Protocol (LLDP) configuration for the switch.",
                                "type": "boolean",
                                "default": false,
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "LocationDetails": {
                                "description": "Location details associated with the managed object. When a top level resource (i.e., Unified Edge Chassis) is assigned to a location, the details of the associated location are propagated to related inventory and configuration objects like servers, profiles, alarms and metrics to facilitate location based filtering.",
                                "$ref": "intersight-hyperflex-v3-1.0.11-20260807064027971.json#/components/schemas/comm.GeoLocationDetails",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ManagementMode": {
                                "description": "The management mode of the fabric interconnect.\n* `IntersightStandalone` - Intersight Standalone mode of operation.\n* `UCSM` - Unified Computing System Manager mode of operation.\n* `Intersight` - Intersight managed mode of operation.",
                                "type": "string",
                                "enum": [
                                    "IntersightStandalone",
                                    "UCSM",
                                    "Intersight"
                                ],
                                "default": "IntersightStandalone",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Model": {
                                "description": "This field identifies the model of the given component.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The admin configured name of the system.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumEtherPorts": {
                                "description": "Total number of Ethernet ports.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumEtherPortsConfigured": {
                                "description": "Total number of configured Ethernet ports.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumEtherPortsLinkUp": {
                                "description": "Total number of Ethernet ports which are UP.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumExpansionModules": {
                                "description": "Total number of expansion modules.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumFcPorts": {
                                "description": "Total number of FC ports.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumFcPortsConfigured": {
                                "description": "Total number of configured FC ports.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumFcPortsLinkUp": {
                                "description": "Total number of FC ports which are UP.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperEvacState": {
                                "description": "Operational state of the Fabric Evacuation feature, for this switch.\n* `` - Evacuation state of the switch is unknown.\n* `enabled` - Evacuation state of the switch is enabled.\n* `disabled` - Evacuation state of the switch is disabled.\n* `applying` - Evacuation state of the switch when evacuation is in progress.\n* `on` - Evacuation state of the switch is enabled.\n* `off` - Evacuation state of the switch is disabled.\n* `N/A` - Evacuation state of the switch is not applicable.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "enabled",
                                    "disabled",
                                    "applying",
                                    "on",
                                    "off",
                                    "N/A"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Operability": {
                                "description": "The switch's current overall operational/health state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpAddress": {
                                "description": "The IP address of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpGateway": {
                                "description": "The default gateway of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpMask": {
                                "description": "The network mask of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv4Address": {
                                "description": "The IPv4 address of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv4Gateway": {
                                "description": "The default IPv4 gateway of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv4Mask": {
                                "description": "The network mask of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Address": {
                                "description": "The IPv6 address of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Error": {
                                "description": "The IPv6 error message if any issue occurred during address configuration.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Gateway": {
                                "description": "The default IPv6 gateway of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Mode": {
                                "description": "The IPv6 address configuration mode of the network Element out-of-band management interface.\n* `` - The IPv6 address mode is not available or not applicable.\n* `slaac` - IPv6 address is configured via Stateless Address Autoconfiguration (SLAAC).\n* `static` - IPv6 address is statically configured.\n* `disabled` - IPv6 is disabled on the out-of-band management interface.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "slaac",
                                    "static",
                                    "disabled"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Prefix": {
                                "description": "The network mask of the network Element out-of-band management interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Redirects": {
                                "description": "The IPv6 ICMPv6 redirects configuration on the network Element out-of-band management interface.\n* `` - The IPv6 redirects configuration is not available or not applicable.\n* `enabled` - IPv6 ICMPv6 redirects are enabled on the management interface.\n* `disabled` - IPv6 ICMPv6 redirects are disabled on the management interface.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "enabled",
                                    "disabled"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6SlaacIidMode": {
                                "description": "The SLAAC Interface Identifier (IID) mode for the network Element out-of-band management IPv6 address.\n* `` - The SLAAC IID mode is not available or not applicable.\n* `eui64` - The SLAAC IID is derived from the MAC address using the EUI-64 method.\n* `opaque` - The SLAAC IID is generated using an opaque identifier for privacy.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "eui64",
                                    "opaque"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandIpv6Status": {
                                "description": "The status of the IPv6 configuration on the network Element out-of-band management interface.\n* `` - The IPv6 address status is not available or not applicable.\n* `active` - The IPv6 address is active and in use.\n* `tentative` - The IPv6 address is in tentative state (Duplicate Address Detection in progress).\n* `duplicate` - The IPv6 address is a duplicate (DAD failed).\n* `deprecated` - The IPv6 address is deprecated (preferred lifetime expired).\n* `disabled` - The IPv6 address is disabled.\n* `waiting` - SLAAC is configured but waiting for a Router Advertisement to assign an address.\n* `error` - An error occurred during IPv6 address configuration.\n* `unknown` - The IPv6 address status is unknown.",
                                "type": "string",
                                "enum": [
                                    "",
                                    "active",
                                    "tentative",
                                    "duplicate",
                                    "deprecated",
                                    "disabled",
                                    "waiting",
                                    "error",
                                    "unknown"
                                ],
                                "default": "",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OutOfBandMac": {
                                "description": "The MAC address of the network Element out-of-band management interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "Part number of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Presence": {
                                "description": "This field identifies the presence (equipped) or absence of the given component.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ReservedVlanStartId": {
                                "description": "The reserved VLAN start ID of the Network Element. A block of 128 VLANs are reserved for internal use and cannot be used for carrying network traffic.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Revision": {
                                "description": "The product revision of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Rn": {
                                "description": "The Relative Name uniquely identifies an object within a given context.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RouterMac": {
                                "description": "This MAC address will be the source MAC address for NetFlow packets.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SecureRouterInfo": {
                                "description": "Information about secure routers detected, discovered and configured.",
                                "$ref": "#/components/schemas/network.SecureRouterInfo",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Serial": {
                                "description": "This field identifies the serial of the given component.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "The Slot Id of the network Element when embedded inside a chassis.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SourceObjectType": {
                                "description": "Stores the source object type used to fill the properties of this object.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The status of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "StpMode": {
                                "description": "Spanning Tree Protocol configuration for the switch.\n* `Disabled` - Spanning Tree Protocol (STP) is disabled.\n* `STP` - Spanning Tree Protocol (STP) is enabled and operating in STP.\n* `RSTP` - Spanning Tree Protocol (STP) is enabled and operating in RSTP mode.\n* `MSTP` - Spanning Tree Protocol (STP) is enabled and operating in MSTP mode.\n* `PVST+` - Spanning Tree Protocol (STP) is enabled and operating in PVST mode.\n* `RPVST+` - Spanning Tree Protocol (STP) is enabled and operating in RPVST mode.",
                                "type": "string",
                                "enum": [
                                    "Disabled",
                                    "STP",
                                    "RSTP",
                                    "MSTP",
                                    "PVST+",
                                    "RPVST+"
                                ],
                                "default": "Disabled",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "The Switch Id of the network Element.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchProfileName": {
                                "description": "The name of switch profile associated with the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchType": {
                                "description": "The Switch type that the network element is a part of.\n* `FabricInterconnect` - The default Switch type of UCSM and IMM mode devices.\n* `NexusDevice` - Switch type of Nexus devices.\n* `MDSDevice` - Switch type of Nexus MDS devices.\n* `EdgeChassisManagementController` - Switch type of Edge Chassis Management Controller.",
                                "type": "string",
                                "enum": [
                                    "FabricInterconnect",
                                    "NexusDevice",
                                    "MDSDevice",
                                    "EdgeChassisManagementController"
                                ],
                                "default": "FabricInterconnect",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchWwn": {
                                "description": "World Wide Name of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SystemUpTime": {
                                "description": "System up time of the switch.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Thermal": {
                                "description": "The Thermal status of the fabric interconnect.\n* `unknown` - The default state of the sensor (in case no data is received).\n* `ok` - State of the sensor indicating the sensor's temperature range is okay.\n* `upper-non-recoverable` - State of the sensor indicating that the temperature is extremely high above normal range.\n* `upper-critical` - State of the sensor indicating that the temperature is above normal range.\n* `upper-non-critical` - State of the sensor indicating that the temperature is a little above the normal range.\n* `lower-non-critical` - State of the sensor indicating that the temperature is a little below the normal range.\n* `lower-critical` - State of the sensor indicating that the temperature is below normal range.\n* `lower-non-recoverable` - State of the sensor indicating that the temperature is extremely below normal range.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "ok",
                                    "upper-non-recoverable",
                                    "upper-critical",
                                    "upper-non-critical",
                                    "lower-non-critical",
                                    "lower-critical",
                                    "lower-non-recoverable"
                                ],
                                "default": "unknown",
                                "x-omitempty": true
                            },
                            "TotalMemory": {
                                "description": "Total available memory on this switch platform.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the server.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "This field identifies the vendor of the given component.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Version": {
                                "description": "Firmware version of the switch.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "InventoryParent": {
                                "$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.",
                                "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
                            }
                        }
                    }
                ]
            },
            "network.ElementSummary.List": {
                "title": "List of 'network.ElementSummary' 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 'network.ElementSummary' 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 'network.ElementSummary' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.ElementSummary"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.FcZoneInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'network.FcZoneInfo' 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 'network.FcZoneInfo' resources.",
                "x-one-of-name": "network.FcZoneInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.FcZoneInfo.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"
                }
            },
            "network.FcZoneInfo.Relationship": {
                "description": "A relationship to the 'network.FcZoneInfo' resource, or the expanded 'network.FcZoneInfo' resource, or the 'null' value.",
                "x-one-of-name": "network.FcZoneInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.FcZoneInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.FcZoneInfo": {
                "title": "Network:Fc Zone Info",
                "description": "FC Zone information of a Fabric Interconnect.",
                "x-allOf-name": "network.FcZoneInfo",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.FcZoneInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.FcZoneInfo"
                                ],
                                "default": "network.FcZoneInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.FcZoneInfo"
                                ],
                                "default": "network.FcZoneInfo",
                                "x-enum-as-string": true
                            },
                            "UserZoneCount": {
                                "description": "The number of Fibre Channel user zones defined on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserZoneLimit": {
                                "description": "The maximum number of Fibre Channel user zones allowed on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ZoneCount": {
                                "description": "The number of Fibre Channel zones defined on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ZoneLimit": {
                                "description": "The maximum number of Fibre Channel zones allowed on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.FcZoneInfo.List": {
                "title": "List of 'network.FcZoneInfo' 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 'network.FcZoneInfo' 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 'network.FcZoneInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.FcZoneInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.FeatureControl.Response": {
                "description": "The response body of a HTTP GET request for the 'network.FeatureControl' 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 'network.FeatureControl' resources.",
                "x-one-of-name": "network.FeatureControl.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.FeatureControl.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"
                }
            },
            "network.FeatureControl.Relationship": {
                "description": "A relationship to the 'network.FeatureControl' resource, or the expanded 'network.FeatureControl' resource, or the 'null' value.",
                "x-one-of-name": "network.FeatureControl.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.FeatureControl"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.FeatureControl": {
                "title": "Network:Feature Control",
                "description": "List of features available on a switch along with the index and admin state. These features will allow the user to perform certain set of actions on the switch and get a view of the status of the sub-set feature names.",
                "x-allOf-name": "network.FeatureControl",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.FeatureControl', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.FeatureControl"
                                ],
                                "default": "network.FeatureControl",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.FeatureControl"
                                ],
                                "default": "network.FeatureControl",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "The admin state of the feature.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Instance": {
                                "description": "The number of instances of the feature.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name to identify the feature.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperationalState": {
                                "description": "The operational state of the feature.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "StatusMsg": {
                                "description": "The status message to capture admin state detailed information.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.FeatureControl.List": {
                "title": "List of 'network.FeatureControl' 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 'network.FeatureControl' 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 'network.FeatureControl' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.FeatureControl"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.HyperFlexInternetProtocolAddressRange": {
                "title": "Network:Hyper Flex Internet Protocol Address Range",
                "description": "The HyperFlex internet protocol address range.",
                "x-allOf-name": "network.HyperFlexInternetProtocolAddressRange",
                "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 'network.HyperFlexInternetProtocolAddressRange', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.HyperFlexInternetProtocolAddressRange"
                                ],
                                "default": "network.HyperFlexInternetProtocolAddressRange",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.HyperFlexInternetProtocolAddressRange"
                                ],
                                "default": "network.HyperFlexInternetProtocolAddressRange",
                                "x-enum-as-string": true
                            },
                            "BeginAddress": {
                                "description": "Begining IP address. IPv4 only.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EndAddress": {
                                "description": "Ending IP address. IPv4 only.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "network.HyperFlexNetworkAddress": {
                "title": "Network:Hyper Flex Network Address",
                "description": "The FQDN, IP and address of the HyperFlex appliance. Defines Network Address. If both IP and FQDN is 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": "network.HyperFlexNetworkAddress",
                "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 'network.HyperFlexNetworkAddress', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.HyperFlexNetworkAddress"
                                ],
                                "default": "network.HyperFlexNetworkAddress",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.HyperFlexNetworkAddress"
                                ],
                                "default": "network.HyperFlexNetworkAddress",
                                "x-enum-as-string": true
                            },
                            "Address": {
                                "description": "The IP or FQN of the HyperFlex appliance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Fqdn": {
                                "description": "The fully qualified domain name of the HyperFlex appliance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ip": {
                                "description": "The IP address of the HyperFlex appliance.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "network.InterfaceList.Response": {
                "description": "The response body of a HTTP GET request for the 'network.InterfaceList' 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 'network.InterfaceList' resources.",
                "x-one-of-name": "network.InterfaceList.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.InterfaceList.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"
                }
            },
            "network.InterfaceList.Relationship": {
                "description": "A relationship to the 'network.InterfaceList' resource, or the expanded 'network.InterfaceList' resource, or the 'null' value.",
                "x-one-of-name": "network.InterfaceList.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.InterfaceList"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.InterfaceList": {
                "title": "Network:Interface List",
                "description": "List of interfaces available on the switch to describe the available port inventory information.",
                "x-allOf-name": "network.InterfaceList",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.InterfaceList', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.InterfaceList"
                                ],
                                "default": "network.InterfaceList",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.InterfaceList"
                                ],
                                "default": "network.InterfaceList",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "Admin state of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AllowedVlans": {
                                "description": "Allowed VLANs of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DisplayName": {
                                "description": "Display name of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpAddress": {
                                "description": "IP address of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "IpSubnet": {
                                "description": "IP subnet of the interface list.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mac": {
                                "description": "MAC address of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Mtu": {
                                "description": "Maximum transmission unit of the interface list.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "Name of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "Operational state of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelId": {
                                "description": "Port channel id for port channel created on FI switch.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortSubType": {
                                "description": "Interface types supported in Network device like Subinterfaces, Breakout Interfaces.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortType": {
                                "description": "Port type of interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot id of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Speed": {
                                "description": "Port speed of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SpeedGroup": {
                                "description": "Speed Group of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Vlan": {
                                "description": "VLAN of the interface list.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.InterfaceList.List": {
                "title": "List of 'network.InterfaceList' 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 'network.InterfaceList' 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 'network.InterfaceList' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.InterfaceList"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.LicenseFile.Response": {
                "description": "The response body of a HTTP GET request for the 'network.LicenseFile' 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 'network.LicenseFile' resources.",
                "x-one-of-name": "network.LicenseFile.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.LicenseFile.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"
                }
            },
            "network.LicenseFile.Relationship": {
                "description": "A relationship to the 'network.LicenseFile' resource, or the expanded 'network.LicenseFile' resource, or the 'null' value.",
                "x-one-of-name": "network.LicenseFile.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.LicenseFile"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.LicenseFile": {
                "title": "Network:License File",
                "description": "Displays license information.",
                "x-allOf-name": "network.LicenseFile",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.LicenseFile', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.LicenseFile"
                                ],
                                "default": "network.LicenseFile",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.LicenseFile"
                                ],
                                "default": "network.LicenseFile",
                                "x-enum-as-string": true
                            },
                            "ExpiryDate": {
                                "description": "The expiry date of the license feature.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FeatureName": {
                                "description": "The name of the license feature.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "FileId": {
                                "description": "The file Id of the license file.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "HostId": {
                                "description": "The identifier to identify license host Id.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Vendor": {
                                "description": "The vendor of the license.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.LicenseFile.List": {
                "title": "List of 'network.LicenseFile' 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 'network.LicenseFile' 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 'network.LicenseFile' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.LicenseFile"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.SecureRouter.Response": {
                "description": "The response body of a HTTP GET request for the 'network.SecureRouter' 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 'network.SecureRouter' resources.",
                "x-one-of-name": "network.SecureRouter.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.SecureRouter.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"
                }
            },
            "network.SecureRouter.Relationship": {
                "description": "A relationship to the 'network.SecureRouter' resource, or the expanded 'network.SecureRouter' resource, or the 'null' value.",
                "x-one-of-name": "network.SecureRouter.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.SecureRouter"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.SecureRouter": {
                "title": "Network:Secure Router",
                "description": "A Cisco Secure Router inventoried and managed by Intersight.",
                "x-allOf-name": "network.SecureRouter",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.SecureRouter', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.SecureRouter"
                                ],
                                "default": "network.SecureRouter",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.SecureRouter"
                                ],
                                "default": "network.SecureRouter",
                                "x-enum-as-string": true
                            },
                            "AlarmSummary": {
                                "description": "The summary of alarm counts based on the severity types (Critical or Warning).",
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.AlarmSummary",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BootProgressLastState": {
                                "description": "The last reported boot progress of the secure router.\n* `Unknown` - The boot progress state of the system is unknown.\n* `None` - The system has not started the boot process.\n* `OSBootStarted` - The system has started the OS boot process.\n* `OSRunning` - The system has completed the boot process and the OS is running.",
                                "type": "string",
                                "enum": [
                                    "Unknown",
                                    "None",
                                    "OSBootStarted",
                                    "OSRunning"
                                ],
                                "default": "Unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ChassisId": {
                                "description": "The id of the chassis that the blade is discovered in.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FirmwareVersion": {
                                "description": "The version of the secure router CIMC firmware.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Lifecycle": {
                                "description": "The lifecycle state of the secure router. This will map to the discovery lifecycle as represented in the Identity object.\n* `None` - Default state of an equipment. This should be an initial state when no state is defined for an equipment.\n* `Active` - Default Lifecycle State for a physical entity.\n* `Decommissioned` - Decommission Lifecycle state.\n* `SlotReserved` - Blade is inserted in a slot that is reserved for Secure Router.\n* `DiscoveryInProgress` - DiscoveryInProgress Lifecycle state.\n* `DiscoveryFailed` - DiscoveryFailed Lifecycle state.\n* `FirmwareUpgradeInProgress` - Firmware upgrade is in progress on given physical entity.\n* `DiagnosticsInProgress` - Diagnostics is in progress on given physical entity.\n* `SecureEraseInProgress` - Secure Erase is in progress on given physical entity.\n* `ScrubInProgress` - Scrub is in progress on given physical entity.\n* `BladeMigrationInProgress` - Server slot migration is in progress on given physical entity.\n* `SlotMismatch` - The blade server is detected in a different chassis/slot than it was previously.\n* `Removed` - The blade server has been removed from its discovered slot, and not detected anywhere else. Blade inventory can be cleaned up by performing a software remove operation on the physically removed blade.\n* `Moved` - The blade server has been moved from its discovered location to a new location. Blade inventory can be updated by performing a rediscover operation on the moved blade.\n* `Replaced` - The blade server has been removed from its discovered location and another blade has been inserted in that location. Blade inventory can be cleaned up and updated by doing a software remove operation on the physically removed blade.\n* `MovedAndReplaced` - The blade server has been moved from its discovered location to a new location and another blade has been inserted into the old discovered location. Blade inventory can be updated by performing a rediscover operation on the moved blade.\n* `DecommissionAndRemoveInProgress` - Decommission and remove operation is in progress.\n* `DecommissionedForRemove` - Server is decommissioned and once it is physically pulled from chassis, it will be automatically removed from inventory.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Active",
                                    "Decommissioned",
                                    "SlotReserved",
                                    "DiscoveryInProgress",
                                    "DiscoveryFailed",
                                    "FirmwareUpgradeInProgress",
                                    "DiagnosticsInProgress",
                                    "SecureEraseInProgress",
                                    "ScrubInProgress",
                                    "BladeMigrationInProgress",
                                    "SlotMismatch",
                                    "Removed",
                                    "Moved",
                                    "Replaced",
                                    "MovedAndReplaced",
                                    "DecommissionAndRemoveInProgress",
                                    "DecommissionedForRemove"
                                ],
                                "default": "None",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the secure router. The value is set to the UCSFI domain name along with the chassis and router id.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperPowerState": {
                                "description": "The power state of the secure router.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "type": "array",
                                "items": {
                                    "description": "The oper reason status list of the secure router.\n* `Unknown` - The health message type is not known.\n* `WillBootError` - The compute object has ecountered a will boot error status.\n* `MemoryInoperable` - One or more memory units on this server are inoperable.\n* `ProcessorInoperable` - One or more processor units on this server are inoperable.\n* `DeprecatedAdapter` - One or more adapter units on this server are not supported or deprecated.\n* `PciNodeInserted` - One or more PCIe node are detected that are managed by this server.\n* `PciNodeRemoved` - One or more PCIe node got removed that were managed by this server.\n* `PowerCycleRequired` - One or more PCIe node are detected and a compute node power cycle is required to update inventory.\n* `PowerOnRequired` - One or more PCIe node are detected and a compute node power on is required to update inventory.\n* `PCIeNodeUnsupported` - Unsupported PCIe node detected.\n* `PCIeNodeUnidentified` - Unidentified PCIe node detected.\n* `BiosPostTimedOut` - BIOS POST completion timeout was detected on this server.\n* `SysThrottleCritical` - The health state of the server at the time of system throttling.\n* `SysThrottleWarning` - The health state of the server at the time of system throttling.\n* `UnauthorizedManagementVic` - The network adapter used for management traffic has been determined to be counterfeit.\n* `ZoneInactive` - The operReason of the compute blade will be set to this value if the mapped PCIe device is not available.\n* `MappedPCIeDevicesRemoved` - One or more mapped PCIe devices have been physically removed.\n* `MappedPCIeDeviceConnectionsRemoved` - One or more mapped PCIe device connectivity modules (X-Fabric module) have been physically removed.\n* `BladeReseatedWithPcieConnPolicy` - The blade was reseated and has a PCIe connectivity policy assigned. The PCIe connectivity configuration needs to be reapplied.\n* `BladeInReservedSlot` - The blade is inserted in a slot that is reserved for Secure Router.",
                                    "type": "string",
                                    "enum": [
                                        "Unknown",
                                        "WillBootError",
                                        "MemoryInoperable",
                                        "ProcessorInoperable",
                                        "DeprecatedAdapter",
                                        "PciNodeInserted",
                                        "PciNodeRemoved",
                                        "PowerCycleRequired",
                                        "PowerOnRequired",
                                        "PCIeNodeUnsupported",
                                        "PCIeNodeUnidentified",
                                        "BiosPostTimedOut",
                                        "SysThrottleCritical",
                                        "SysThrottleWarning",
                                        "UnauthorizedManagementVic",
                                        "ZoneInactive",
                                        "MappedPCIeDevicesRemoved",
                                        "MappedPCIeDeviceConnectionsRemoved",
                                        "BladeReseatedWithPcieConnPolicy",
                                        "BladeInReservedSlot"
                                    ],
                                    "default": "Unknown",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "PackageVersion": {
                                "description": "Bundle version which the CIMC firmware belongs to.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "The slot number in the chassis that the blade is discovered in.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UserLabel": {
                                "description": "The user defined label assigned to the secure router.",
                                "type": "string",
                                "pattern": "^[ !#$%&\\(\\)\\*\\+,\\-\\./:;\\?@\\[\\]_\\{\\|\\}~a-zA-Z0-9]*$",
                                "minLength": 0,
                                "maxLength": 64,
                                "x-omitempty": true
                            },
                            "Bmc": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/management.Controller.Relationship",
                                "description": "A reference to a managementController resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentChassis": {
                                "$ref": "#/components/schemas/equipment.Chassis.Relationship",
                                "description": "A reference to a equipmentChassis resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "LanPorts": {
                                "description": "An array of relationships to etherLanPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.LanPort.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "LocatorLed": {
                                "$ref": "#/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
                            },
                            "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
                            }
                        }
                    }
                ]
            },
            "network.SecureRouter.List": {
                "title": "List of 'network.SecureRouter' 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 'network.SecureRouter' 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 'network.SecureRouter' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.SecureRouter"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.SecureRouterInfo": {
                "title": "Network:Secure Router Info",
                "description": "Information about secure routers detected, discovered and configured.",
                "x-allOf-name": "network.SecureRouterInfo",
                "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 'network.SecureRouterInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.SecureRouterInfo"
                                ],
                                "default": "network.SecureRouterInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.SecureRouterInfo"
                                ],
                                "default": "network.SecureRouterInfo",
                                "x-enum-as-string": true
                            },
                            "ConfigMismatch": {
                                "description": "Indicates if there is a configuration mismatch between the detected and configured slots for secure routers.",
                                "type": "boolean",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConfiguredInSlots": {
                                "description": "The slots in which secure router roles are configured.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DetectedInSlots": {
                                "description": "The slots in which secure routers are detected.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DiscoveredInSlots": {
                                "description": "The slots in which secure routers are discovered.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "network.SecureRouterSetting.Response": {
                "description": "The response body of a HTTP GET request for the 'network.SecureRouterSetting' 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 'network.SecureRouterSetting' resources.",
                "x-one-of-name": "network.SecureRouterSetting.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.SecureRouterSetting.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"
                }
            },
            "network.SecureRouterSetting": {
                "title": "Secure Router Settings",
                "description": "Models the configurable properties of a Secure Router in Intersight.",
                "x-allOf-name": "network.SecureRouterSetting",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.SecureRouterSetting', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.SecureRouterSetting"
                                ],
                                "default": "network.SecureRouterSetting",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.SecureRouterSetting"
                                ],
                                "default": "network.SecureRouterSetting",
                                "x-enum-as-string": true
                            },
                            "AdminAction": {
                                "description": "User configured action on the Secure Router.\n* `None` - Placeholder default value for Secure Router admin state property.\n* `Reboot` - Secure Router reboot state property value.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "Reboot"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "AdminLocatorLedState": {
                                "description": "User configured state of the locator LED for the PCIe Node.\n* `None` - No operation property for locator led.\n* `On` - The Locator Led is turned on.\n* `Off` - The Locator Led is turned off.",
                                "type": "string",
                                "enum": [
                                    "None",
                                    "On",
                                    "Off"
                                ],
                                "default": "None",
                                "x-omitempty": true
                            },
                            "ConfigState": {
                                "description": "The configured state of these settings in the target server. The value is any one of Applied, Applying, Failed. Applied - This state denotes that the settings are applied successfully in the target server. Applying - This state denotes that the settings are being applied in the target server. Failed - This state denotes that the settings could not be applied in the target server.\n* `Applied` - User configured settings are in applied state.\n* `Applying` - User settings are being applied on the target server.\n* `Scheduled` - User configured settings are scheduled to be applied.\n* `Failed` - User configured settings could not be applied.",
                                "type": "string",
                                "enum": [
                                    "Applied",
                                    "Applying",
                                    "Scheduled",
                                    "Failed"
                                ],
                                "default": "Applied",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The property used to identify the Secure Router it is associated with.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RouterOpStatus": {
                                "type": "array",
                                "items": {
                                    "description": "The status of actions triggered on the Secure Router.",
                                    "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/compute.ServerOpStatus",
                                    "readOnly": true,
                                    "x-omitempty": true
                                },
                                "nullable": true
                            },
                            "LocatorLed": {
                                "$ref": "#/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
                            },
                            "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
                            },
                            "SecureRouter": {
                                "$ref": "#/components/schemas/network.SecureRouter.Relationship",
                                "description": "A reference to a networkSecureRouter resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "network.SecureRouterSetting.List": {
                "title": "List of 'network.SecureRouterSetting' 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 'network.SecureRouterSetting' 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 'network.SecureRouterSetting' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.SecureRouterSetting"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.SupervisorCard.Response": {
                "description": "The response body of a HTTP GET request for the 'network.SupervisorCard' 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 'network.SupervisorCard' resources.",
                "x-one-of-name": "network.SupervisorCard.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.SupervisorCard.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"
                }
            },
            "network.SupervisorCard.Relationship": {
                "description": "A relationship to the 'network.SupervisorCard' resource, or the expanded 'network.SupervisorCard' resource, or the 'null' value.",
                "x-one-of-name": "network.SupervisorCard.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.SupervisorCard"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.SupervisorCard": {
                "title": "Network:Supervisor Card",
                "description": "Concrete class for supervisor card.",
                "x-allOf-name": "network.SupervisorCard",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/equipment.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.SupervisorCard', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.SupervisorCard"
                                ],
                                "default": "network.SupervisorCard",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.SupervisorCard"
                                ],
                                "default": "network.SupervisorCard",
                                "x-enum-as-string": true
                            },
                            "Description": {
                                "description": "The description of the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "HardwareVersion": {
                                "description": "The hardware version of the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "The name of the supervisor card like Supervisor Card-1.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NumberOfPorts": {
                                "description": "The number of ports on the supervisor card.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "description": "The health issue of the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "The operational status of the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PartNumber": {
                                "description": "The part number of the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PowerState": {
                                "description": "The power state of the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Status": {
                                "description": "The status of the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SupervisorId": {
                                "description": "The identifier for the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Type": {
                                "description": "The type of the supervisor card.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "FcPorts": {
                                "description": "An array of relationships to fcPhysicalPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fc.PhysicalPort.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "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
                            }
                        }
                    }
                ]
            },
            "network.SupervisorCard.List": {
                "title": "List of 'network.SupervisorCard' 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 'network.SupervisorCard' 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 'network.SupervisorCard' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.SupervisorCard"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.TelemetryCheck.Response": {
                "description": "The response body of a HTTP GET request for the 'network.TelemetryCheck' 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 'network.TelemetryCheck' resources.",
                "x-one-of-name": "network.TelemetryCheck.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.TelemetryCheck.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"
                }
            },
            "network.TelemetryCheck": {
                "title": "Network:Telemetry Check",
                "description": "The TelemetryCheck object is an essential element within network management systems, designed to monitor and verify telemetry configurations across devices. It ensures that telemetry data is correctly configured and operational, providing insights into system health and performance.\n#### Purpose\nTelemetryCheck acts as a verification mechanism for network telemetry settings, assessing the status and integrity of data collection processes. It aims to detect configuration failures and provide actionable insights, facilitating prompt troubleshooting and resolution.\n#### Key Concepts\n- **Monitoring and Verification:** Continuously checks telemetry configurations for failures, ensuring data integrity and system reliability.\n- **Read-Only Access:** Designed for consumption, providing consistent and secure integration with monitoring systems.\n- **Device Relationships:** Associates with registered devices, ensuring that telemetry checks are performed across all relevant network components.\n- **Status Reporting:** Provides clear indicators of configuration health, enabling swift identification and rectification of issues.\n- **Telemetry Data Check:** Ensures configured telemetry data is validated at the endpoint.",
                "x-allOf-name": "network.TelemetryCheck",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.TelemetryCheck', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.TelemetryCheck"
                                ],
                                "default": "network.TelemetryCheck",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.TelemetryCheck"
                                ],
                                "default": "network.TelemetryCheck",
                                "x-enum-as-string": true
                            },
                            "Status": {
                                "description": "Failure status for telemetry configured.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "TelemetryConfig": {
                                "description": "The telemetry configuration details from endpoint.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "RegisteredDevice": {
                                "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship",
                                "description": "A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "network.TelemetryCheck.List": {
                "title": "List of 'network.TelemetryCheck' 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 'network.TelemetryCheck' 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 'network.TelemetryCheck' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.TelemetryCheck"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.Vethernet.Response": {
                "description": "The response body of a HTTP GET request for the 'network.Vethernet' 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 'network.Vethernet' resources.",
                "x-one-of-name": "network.Vethernet.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.Vethernet.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"
                }
            },
            "network.Vethernet.Relationship": {
                "description": "A relationship to the 'network.Vethernet' resource, or the expanded 'network.Vethernet' resource, or the 'null' value.",
                "x-one-of-name": "network.Vethernet.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.Vethernet"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.Vethernet": {
                "title": "Network:Vethernet",
                "description": "Vethernet configured on a Fabric Interconnect.",
                "x-allOf-name": "network.Vethernet",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.Vethernet', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.Vethernet"
                                ],
                                "default": "network.Vethernet",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.Vethernet"
                                ],
                                "default": "network.Vethernet",
                                "x-enum-as-string": true
                            },
                            "BoundInterfaceDn": {
                                "description": "Port or portchannel interface configured for vitual ethernet interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Burst": {
                                "description": "Burst defined on QoS policy.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for the vNIC.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "description": "Operational Reason of the virtual etherent interface on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vNIC is not operational. Some common reasons are admindown, error disabled.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "The operational state of the Active Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.\n* `unknown` - The operational state of the Vethernet is not known.\n* `adminDown` - The operational state of the Vethernet is admin down.\n* `up` - The operational state of the Vethernet is Up.\n* `down` - The operational state of the Vethernet is Down.\n* `noLicense` - The operational state of the Vethernet is no license.\n* `linkUp` - The operational state of the Vethernet is link up.\n* `hardwareFailure` - The operational state of the Vethernet is hardware failure.\n* `softwareFailure` - The operational state of the Vethernet is software failure.\n* `errorDisabled` - The operational state of the Vethernet is error disabled.\n* `linkDown` - The operational state of the Vethernet is link down.\n* `sfpNotPresent` - The operational state of the Vethernet is SFP not present.\n* `udldAggrDown` - The operational state of the Vethernet is UDLD aggregate down.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "adminDown",
                                    "up",
                                    "down",
                                    "noLicense",
                                    "linkUp",
                                    "hardwareFailure",
                                    "softwareFailure",
                                    "errorDisabled",
                                    "linkDown",
                                    "sfpNotPresent",
                                    "udldAggrDown"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PinnedInterfaceDn": {
                                "description": "Uplink port or portchannel interface pinned to a vitual ethernet interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ratelimit": {
                                "description": "Rate limit defined on QoS policy.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VethId": {
                                "description": "Vethernet Identifier on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdapterHostEthInterface": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/adapter.HostEthInterface.Relationship",
                                "description": "A reference to a adapterHostEthInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "BoundInterface": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface.Relationship",
                                "description": "A reference to a inventoryInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PinnedInterface": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface.Relationship",
                                "description": "A reference to a inventoryInterface 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
                            }
                        }
                    }
                ]
            },
            "network.Vethernet.List": {
                "title": "List of 'network.Vethernet' 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 'network.Vethernet' 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 'network.Vethernet' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Vethernet"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.Vfc.Response": {
                "description": "The response body of a HTTP GET request for the 'network.Vfc' 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 'network.Vfc' resources.",
                "x-one-of-name": "network.Vfc.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.Vfc.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"
                }
            },
            "network.Vfc.Relationship": {
                "description": "A relationship to the 'network.Vfc' resource, or the expanded 'network.Vfc' resource, or the 'null' value.",
                "x-one-of-name": "network.Vfc.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.Vfc"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.Vfc": {
                "title": "Network:Vfc",
                "description": "Vfc configured on a Fabric Interconnect.",
                "x-allOf-name": "network.Vfc",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.Vfc', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.Vfc"
                                ],
                                "default": "network.Vfc",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.Vfc"
                                ],
                                "default": "network.Vfc",
                                "x-enum-as-string": true
                            },
                            "BoundInterfaceDn": {
                                "description": "Port or PortChannel interface configured for Vfcs virtual etherent interface.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Burst": {
                                "description": "Burst defined on QoS policy.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Description": {
                                "description": "Description for the vHBA.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperReason": {
                                "description": "Operational Reason of the Vfcs Vethernet on the Fabric Interconnect. When the operational state is down, Operreason indicates the reason why the vHBA is not operational. Some common reasons are admindown, error disabled.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperState": {
                                "description": "The operational state of the Vfcs Vethernet peer of a vNIC in Intersight Managed Mode. This state is updated by events from Fabric Interconnect or by periodic updates from Fabric Interconnect. When a Fabric Interconnect is not connected to Intersight or if the Fabric Interconnect is powered down, this property will not be updated.\n* `unknown` - The operational state of the Vethernet is not known.\n* `adminDown` - The operational state of the Vethernet is admin down.\n* `up` - The operational state of the Vethernet is Up.\n* `down` - The operational state of the Vethernet is Down.\n* `noLicense` - The operational state of the Vethernet is no license.\n* `linkUp` - The operational state of the Vethernet is link up.\n* `hardwareFailure` - The operational state of the Vethernet is hardware failure.\n* `softwareFailure` - The operational state of the Vethernet is software failure.\n* `errorDisabled` - The operational state of the Vethernet is error disabled.\n* `linkDown` - The operational state of the Vethernet is link down.\n* `sfpNotPresent` - The operational state of the Vethernet is SFP not present.\n* `udldAggrDown` - The operational state of the Vethernet is UDLD aggregate down.",
                                "type": "string",
                                "enum": [
                                    "unknown",
                                    "adminDown",
                                    "up",
                                    "down",
                                    "noLicense",
                                    "linkUp",
                                    "hardwareFailure",
                                    "softwareFailure",
                                    "errorDisabled",
                                    "linkDown",
                                    "sfpNotPresent",
                                    "udldAggrDown"
                                ],
                                "default": "unknown",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PinnedInterfaceDn": {
                                "description": "Uplink port or portchannel pinned to a Vfc.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Ratelimit": {
                                "description": "Rate limit defined on QoS policy.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VfcId": {
                                "description": "Vfc Identifier on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "AdapterHostFcInterface": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/adapter.HostFcInterface.Relationship",
                                "description": "A reference to a adapterHostFcInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "BoundInterface": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface.Relationship",
                                "description": "A reference to a inventoryInterface resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PinnedInterface": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface.Relationship",
                                "description": "A reference to a inventoryInterface 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
                            }
                        }
                    }
                ]
            },
            "network.Vfc.List": {
                "title": "List of 'network.Vfc' 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 'network.Vfc' 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 'network.Vfc' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Vfc"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.VlanPortInfo.Response": {
                "description": "The response body of a HTTP GET request for the 'network.VlanPortInfo' 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 'network.VlanPortInfo' resources.",
                "x-one-of-name": "network.VlanPortInfo.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.VlanPortInfo.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"
                }
            },
            "network.VlanPortInfo.Relationship": {
                "description": "A relationship to the 'network.VlanPortInfo' resource, or the expanded 'network.VlanPortInfo' resource, or the 'null' value.",
                "x-one-of-name": "network.VlanPortInfo.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.VlanPortInfo"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.VlanPortInfo": {
                "title": "Network:Vlan Port Info",
                "description": "Vlan Port information of a Fabric Interconnect.",
                "x-allOf-name": "network.VlanPortInfo",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.VlanPortInfo', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.VlanPortInfo"
                                ],
                                "default": "network.VlanPortInfo",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.VlanPortInfo"
                                ],
                                "default": "network.VlanPortInfo",
                                "x-enum-as-string": true
                            },
                            "AccessVlanPortCount": {
                                "description": "The number of available VLAN access ports on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "BorderVlanPortCount": {
                                "description": "The number of available VLAN border ports on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CompressedOptimizationSetsValue": {
                                "description": "The number of compressed VLAN Group count on a Fabric Interconnect calculated by VLAN port group library.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "CompressedVlanPortCount": {
                                "description": "The number of compressed VLAN ports on a Fabric Interconnect.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "CompressedVlanPortCountValue": {
                                "description": "The number of compressed VLAN port count on a Fabric Interconnect calculated by VLAN port group library.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "TotalVlanPortCount": {
                                "description": "The total number of VLAN ports on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UncompressedVlanPortCount": {
                                "description": "The number of uncompressed VLAN ports on a Fabric Interconnect.",
                                "deprecated": true,
                                "x-sunset": "2027-03-01",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "UncompressedVlanPortCountValue": {
                                "description": "The number of uncompressed VLAN port count on a Fabric Interconnect calculated by VLAN port group library.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "VlanPortLimit": {
                                "description": "The maximum number of VLAN ports allowed on a Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.VlanPortInfo.List": {
                "title": "List of 'network.VlanPortInfo' 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 'network.VlanPortInfo' 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 'network.VlanPortInfo' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.VlanPortInfo"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.VpcDomain.Response": {
                "description": "The response body of a HTTP GET request for the 'network.VpcDomain' 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 'network.VpcDomain' resources.",
                "x-one-of-name": "network.VpcDomain.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.VpcDomain.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"
                }
            },
            "network.VpcDomain.Relationship": {
                "description": "A relationship to the 'network.VpcDomain' resource, or the expanded 'network.VpcDomain' resource, or the 'null' value.",
                "x-one-of-name": "network.VpcDomain.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.VpcDomain"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.VpcDomain": {
                "title": "Network:Vpc Domain",
                "description": "Concrete class for VPC domain configured on a network device. VPC (Virtual Port Channel) domain is used to connect two different switches logically to a single switch.",
                "x-allOf-name": "network.VpcDomain",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.VpcDomain', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.VpcDomain"
                                ],
                                "default": "network.VpcDomain",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.VpcDomain"
                                ],
                                "default": "network.VpcDomain",
                                "x-enum-as-string": true
                            },
                            "AutoRecoveryStatus": {
                                "description": "Auto recovery status of the virtual port channel domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "ConsistencyStatus": {
                                "description": "Consistency status of the virtual port channel domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "DualActiveExcludedVlans": {
                                "description": "Dual Active Excluded VLANs of the virtual port channel domain.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "KeepAliveStatus": {
                                "description": "Keep alive status of the virtual port channel domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PeerStatus": {
                                "description": "Peer status of the virtual port channel domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Role": {
                                "description": "Role of the virtual port channel domain.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VpcDomainId": {
                                "description": "Identity of the virtual port channel domain.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VpcsConfiguredCount": {
                                "description": "Number of VPCs configured on the virtual port channel domain.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.VpcDomain.List": {
                "title": "List of 'network.VpcDomain' 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 'network.VpcDomain' 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 'network.VpcDomain' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.VpcDomain"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.VpcMember.Response": {
                "description": "The response body of a HTTP GET request for the 'network.VpcMember' 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 'network.VpcMember' resources.",
                "x-one-of-name": "network.VpcMember.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.VpcMember.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"
                }
            },
            "network.VpcMember.Relationship": {
                "description": "A relationship to the 'network.VpcMember' resource, or the expanded 'network.VpcMember' resource, or the 'null' value.",
                "x-one-of-name": "network.VpcMember.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.VpcMember"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.VpcMember": {
                "title": "Network:Vpc Member",
                "description": "Concrete class for VPC configured on a network device.",
                "x-allOf-name": "network.VpcMember",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.VpcMember', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.VpcMember"
                                ],
                                "default": "network.VpcMember",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.VpcMember"
                                ],
                                "default": "network.VpcMember",
                                "x-enum-as-string": true
                            },
                            "OperationalState": {
                                "description": "Operational state of the virtual port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannel": {
                                "description": "Name of the virtual port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelId": {
                                "description": "Port channel identity of the virtual port channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VpcDomainId": {
                                "description": "Identity of the virtual port channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VpcMemberId": {
                                "description": "Identity of the virtual port channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EtherPortChannel": {
                                "$ref": "#/components/schemas/ether.PortChannel.Relationship",
                                "description": "A reference to a etherPortChannel resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.VpcMember.List": {
                "title": "List of 'network.VpcMember' 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 'network.VpcMember' 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 'network.VpcMember' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.VpcMember"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.VpcPeer.Response": {
                "description": "The response body of a HTTP GET request for the 'network.VpcPeer' 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 'network.VpcPeer' resources.",
                "x-one-of-name": "network.VpcPeer.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.VpcPeer.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"
                }
            },
            "network.VpcPeer.Relationship": {
                "description": "A relationship to the 'network.VpcPeer' resource, or the expanded 'network.VpcPeer' resource, or the 'null' value.",
                "x-one-of-name": "network.VpcPeer.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.VpcPeer"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.VpcPeer": {
                "title": "Network:Vpc Peer",
                "description": "Concrete class for VPC peer configured on a network device.",
                "x-allOf-name": "network.VpcPeer",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.VpcPeer', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.VpcPeer"
                                ],
                                "default": "network.VpcPeer",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.VpcPeer"
                                ],
                                "default": "network.VpcPeer",
                                "x-enum-as-string": true
                            },
                            "OperationalState": {
                                "description": "Operational state of the virtual port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannel": {
                                "description": "Name of the virtual port channel.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortChannelId": {
                                "description": "Port channel identity of the virtual port channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VpcDomainId": {
                                "description": "Identity of the virtual port channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "VpcPeerId": {
                                "description": "Identity of the virtual port channel.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EtherPortChannel": {
                                "$ref": "#/components/schemas/ether.PortChannel.Relationship",
                                "description": "A reference to a etherPortChannel resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "network.VpcPeer.List": {
                "title": "List of 'network.VpcPeer' 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 'network.VpcPeer' 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 'network.VpcPeer' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.VpcPeer"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "network.Vrf.Response": {
                "description": "The response body of a HTTP GET request for the 'network.Vrf' 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 'network.Vrf' resources.",
                "x-one-of-name": "network.Vrf.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/network.Vrf.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"
                }
            },
            "network.Vrf.Relationship": {
                "description": "A relationship to the 'network.Vrf' resource, or the expanded 'network.Vrf' resource, or the 'null' value.",
                "x-one-of-name": "network.Vrf.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/network.Vrf"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "network.Vrf": {
                "title": "Network:Vrf",
                "description": "Concrete class for virtual routing and forwarding.",
                "x-allOf-name": "network.Vrf",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'network.Vrf', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "network.Vrf"
                                ],
                                "default": "network.Vrf",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "network.Vrf"
                                ],
                                "default": "network.Vrf",
                                "x-enum-as-string": true
                            },
                            "AdminState": {
                                "description": "This field identifies the adminState of the given component.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "Name": {
                                "description": "This field identifies the name of the given component.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "VrfId": {
                                "description": "This field identifies the id of the given component.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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."
                            }
                        }
                    }
                ]
            },
            "network.Vrf.List": {
                "title": "List of 'network.Vrf' 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 'network.Vrf' 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 'network.Vrf' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/network.Vrf"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "port.Group.Response": {
                "description": "The response body of a HTTP GET request for the 'port.Group' 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 'port.Group' resources.",
                "x-one-of-name": "port.Group.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/port.Group.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"
                }
            },
            "port.Group.Relationship": {
                "description": "A relationship to the 'port.Group' resource, or the expanded 'port.Group' resource, or the 'null' value.",
                "x-one-of-name": "port.Group.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/port.Group"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "port.Group": {
                "title": "Port:Group",
                "description": "Holder for multiple ports. A switch card will have one or more port groups.",
                "x-allOf-name": "port.Group",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'port.Group', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "port.Group"
                                ],
                                "default": "port.Group",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "port.Group"
                                ],
                                "default": "port.Group",
                                "x-enum-as-string": true
                            },
                            "Transport": {
                                "description": "Type of port group. Values are Eth or Fc.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentSharedIoModule": {
                                "$ref": "#/components/schemas/equipment.SharedIoModule.Relationship",
                                "description": "A reference to a equipmentSharedIoModule resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EquipmentSwitchCard": {
                                "$ref": "#/components/schemas/equipment.SwitchCard.Relationship",
                                "description": "A reference to a equipmentSwitchCard resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EthernetPorts": {
                                "description": "An array of relationships to etherPhysicalPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.PhysicalPort.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "FcPorts": {
                                "description": "An array of relationships to fcPhysicalPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fc.PhysicalPort.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo 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
                            },
                            "SubGroups": {
                                "description": "An array of relationships to portSubGroup resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/port.SubGroup.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            }
                        }
                    }
                ]
            },
            "port.Group.List": {
                "title": "List of 'port.Group' 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 'port.Group' 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 'port.Group' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/port.Group"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "port.InterfaceBase.Relationship": {
                "description": "A relationship to the 'port.InterfaceBase' resource, or the expanded 'port.InterfaceBase' resource, or the 'null' value.",
                "x-one-of-name": "port.InterfaceBase.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/port.InterfaceBase"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "port.InterfaceBase": {
                "title": "Port:Interface Base",
                "description": "Abstract Interface Base class for a virtual interface card/Fex Network Port.",
                "x-allOf-name": "port.InterfaceBase",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'port.InterfaceBase', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "adapter.ExtEthInterface",
                                    "adapter.HostEthInterface",
                                    "ether.LanPort",
                                    "ether.NetworkPort"
                                ],
                                "x-enum-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": [
                                    "adapter.ExtEthInterface",
                                    "adapter.HostEthInterface",
                                    "ether.LanPort",
                                    "ether.NetworkPort"
                                ],
                                "x-enum-as-string": true
                            },
                            "OperState": {
                                "description": "Operational state of an Interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "AcknowledgedPeerInterface": {
                                "$ref": "#/components/schemas/ether.PhysicalPortBase.Relationship",
                                "description": "A reference to a etherPhysicalPortBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            },
                            "PeerInterface": {
                                "$ref": "#/components/schemas/ether.PhysicalPortBase.Relationship",
                                "description": "A reference to a etherPhysicalPortBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline."
                            }
                        }
                    }
                ]
            },
            "port.MacBinding.Response": {
                "description": "The response body of a HTTP GET request for the 'port.MacBinding' 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 'port.MacBinding' resources.",
                "x-one-of-name": "port.MacBinding.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/port.MacBinding.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"
                }
            },
            "port.MacBinding.Relationship": {
                "description": "A relationship to the 'port.MacBinding' resource, or the expanded 'port.MacBinding' resource, or the 'null' value.",
                "x-one-of-name": "port.MacBinding.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/port.MacBinding"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "port.MacBinding": {
                "title": "Port:Mac Binding",
                "description": "Establishes relationship between the ports and connected end points based on LLDP TLVs.",
                "x-allOf-name": "port.MacBinding",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'port.MacBinding', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "port.MacBinding"
                                ],
                                "default": "port.MacBinding",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "port.MacBinding"
                                ],
                                "default": "port.MacBinding",
                                "x-enum-as-string": true
                            },
                            "AggregatePortId": {
                                "description": "Aggregate Port ID of the local Switch Interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ChassisId": {
                                "description": "Chassis/FEX device idetifier that is local to a cluster.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ChassisModel": {
                                "description": "Chassis/Rack Model that is associated with the Switch/FEX interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ChassisSerial": {
                                "description": "Chassis/Rack Serial that is associated with the Switch/FEX interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ChassisVendor": {
                                "description": "Chassis/Rack Vendor that is associated with the Switch/FEX interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "DeviceMac": {
                                "description": "Device ID value that is advertised and available as a part of LLDP TLV.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ModuleMode": {
                                "description": "IOM/SIOC/Adapter Mode that is associated with the Switch/FEX interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ModuleModel": {
                                "description": "IOM/SIOC/Adapter Model that is associated with the Switch/FEX interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ModulePortId": {
                                "description": "Uplink port identifier of the VIC that is associated with the Switch/FEX interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ModuleSerial": {
                                "description": "IOM/SIOC/Adapter Serial that is associated with the Switch/FEX interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "ModuleSide": {
                                "description": "IOM/SIOC/Adapter Side that is associated with the Switch/FEX interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ModuleSlot": {
                                "description": "IOM/SIOC/Adapter Slot that is associated with the Switch/FEX interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "ModuleVendor": {
                                "description": "IOM/SIOC/Adapter Vendor that is associated with the Switch/FEX interface.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Port ID of the local Switch Interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "PortMac": {
                                "description": "Port ID value that is advertised and available as a part of LLDP TLV.",
                                "type": "string",
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Slot ID of the local Switch slot Interface.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch Identifier that is local to a cluster.",
                                "type": "integer",
                                "format": "int64",
                                "x-omitempty": true
                            },
                            "NetworkElement": {
                                "$ref": "#/components/schemas/network.Element.Relationship",
                                "description": "A reference to a networkElement 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
                            }
                        }
                    }
                ]
            },
            "port.MacBinding.List": {
                "title": "List of 'port.MacBinding' 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 'port.MacBinding' 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 'port.MacBinding' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/port.MacBinding"
                                },
                                "nullable": true
                            }
                        }
                    }
                ]
            },
            "port.Physical": {
                "title": "Port:Physical",
                "description": "Abstract super class for all ports.",
                "x-allOf-name": "port.Physical",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Interface"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'port.Physical', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name 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": [
                                    "ether.HostPort",
                                    "ether.InterSwitchPort",
                                    "ether.PhysicalPort",
                                    "fc.PhysicalPort"
                                ],
                                "x-enum-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": [
                                    "ether.HostPort",
                                    "ether.InterSwitchPort",
                                    "ether.PhysicalPort",
                                    "fc.PhysicalPort"
                                ],
                                "x-enum-as-string": true
                            },
                            "OperState": {
                                "description": "Operational state of this port (enabled/disabled).",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "OperStateQual": {
                                "description": "Reason for this port's Operational state.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "PortId": {
                                "description": "Switch physical port identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Role": {
                                "description": "The role assigned to this port.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Switch expansion slot module identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SwitchId": {
                                "description": "Switch Identifier that is local to a cluster.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            }
                        }
                    }
                ]
            },
            "port.SubGroup.Response": {
                "description": "The response body of a HTTP GET request for the 'port.SubGroup' 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 'port.SubGroup' resources.",
                "x-one-of-name": "port.SubGroup.Response",
                "oneOf": [
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.DocumentCount"
                    },
                    {
                        "$ref": "#/components/schemas/port.SubGroup.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"
                }
            },
            "port.SubGroup.Relationship": {
                "description": "A relationship to the 'port.SubGroup' resource, or the expanded 'port.SubGroup' resource, or the 'null' value.",
                "x-one-of-name": "port.SubGroup.Relationship",
                "oneOf": [
                    {
                        "type": "null"
                    },
                    {
                        "$ref": "intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef"
                    },
                    {
                        "$ref": "#/components/schemas/port.SubGroup"
                    }
                ],
                "discriminator": {
                    "propertyName": "ClassId"
                }
            },
            "port.SubGroup": {
                "title": "Port:Sub Group",
                "description": "Holder for multiple ports within a portGroup. SubGroup represents a break-out port group on the Fabric Interconnect.",
                "x-allOf-name": "port.SubGroup",
                "allOf": [
                    {
                        "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.Base"
                    },
                    {
                        "type": "object",
                        "description": "Definition of the list of properties defined in 'port.SubGroup', excluding properties defined in parent classes.",
                        "required": [
                            "ClassId",
                            "ObjectType"
                        ],
                        "properties": {
                            "ClassId": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.",
                                "enum": [
                                    "port.SubGroup"
                                ],
                                "default": "port.SubGroup",
                                "x-enum-as-string": true
                            },
                            "ObjectType": {
                                "description": "The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.",
                                "enum": [
                                    "port.SubGroup"
                                ],
                                "default": "port.SubGroup",
                                "x-enum-as-string": true
                            },
                            "AggregatePortId": {
                                "description": "Breakout port member in the Fabric Interconnect.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "SlotId": {
                                "description": "Switch expansion slot module identifier.",
                                "type": "integer",
                                "format": "int64",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "Transport": {
                                "description": "Type of port sub-group. Values are Eth or Fc.",
                                "type": "string",
                                "readOnly": true,
                                "x-omitempty": true
                            },
                            "EquipmentIoCardBase": {
                                "$ref": "#/components/schemas/equipment.IoCardBase.Relationship",
                                "description": "A reference to a equipmentIoCardBase resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "EtherHostPorts": {
                                "description": "An array of relationships to etherHostPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.HostPort.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "EthernetPorts": {
                                "description": "An array of relationships to etherPhysicalPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ether.PhysicalPort.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "FcPorts": {
                                "description": "An array of relationships to fcPhysicalPort resources.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/fc.PhysicalPort.Relationship"
                                },
                                "nullable": true,
                                "readOnly": true
                            },
                            "InventoryDeviceInfo": {
                                "$ref": "intersight-server-v3-1.0.11-20260807064027971.json#/components/schemas/inventory.DeviceInfo.Relationship",
                                "description": "A reference to a inventoryDeviceInfo resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.",
                                "readOnly": true
                            },
                            "PortGroup": {
                                "$ref": "#/components/schemas/port.Group.Relationship",
                                "description": "A reference to a portGroup 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
                            }
                        }
                    }
                ]
            },
            "port.SubGroup.List": {
                "title": "List of 'port.SubGroup' 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 'port.SubGroup' 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 'port.SubGroup' resources matching the request.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/port.SubGroup"
                                },
                                "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."
                        }
                    }
                }
            }
        }
    }
}